3 references to TryGetComScope
Microsoft.Private.Windows.Core (3)
Windows\Win32\PInvokeCore.RegisterDragDrop.cs (1)
14
using var dropTarget = ComHelpers.
TryGetComScope
<IDropTarget>(pDropTarget, out HRESULT hr);
Windows\Win32\System\Com\ComHelpers.cs (2)
35
TryGetComScope
<T>(@object, out _);
68
using var scope =
TryGetComScope
<T>(@object, out HRESULT hr);