1 reference to Pointer
System.Private.Windows.Core (1)
Windows\Win32\Foundation\PointerExtensions.cs (1)
9
public static T* GetPointer<T>(this IPointer<T> pointer) where T : unmanaged => (T*)pointer.
Pointer
;