IID
public static Guid* Get<T>() where T : ValueType modreq(System.Runtime.InteropServices.UnmanagedType), IComIID
Gets a pointer to the IID Guid for the given T.
public static ref Guid GetRef<T>() where T : ValueType modreq(System.Runtime.InteropServices.UnmanagedType), IComIID
Gets a reference to the IID Guid for the given T.
Empty Guid (GUID_NULL in docs).