13 references to FDEX_PROP_FLAGS
Microsoft.Private.Windows.Core (13)
Windows.Win32.IDispatchEx.g.cs (7)
154
/// <inheritdoc cref="GetMemberProperties(int, uint, winmdroot.System.Ole.
FDEX_PROP_FLAGS
*)"/>
155
internal unsafe winmdroot.Foundation.HRESULT GetMemberProperties(int id, uint grfdexFetch, out winmdroot.System.Ole.
FDEX_PROP_FLAGS
pgrfdex)
157
fixed (winmdroot.System.Ole.
FDEX_PROP_FLAGS
* pgrfdexLocal = &pgrfdex)
164
public unsafe winmdroot.Foundation.HRESULT GetMemberProperties(int id, uint grfdexFetch, winmdroot.System.Ole.
FDEX_PROP_FLAGS
* pgrfdex)
166
return ((delegate *unmanaged [Stdcall]<IDispatchEx*,int ,uint ,winmdroot.System.Ole.
FDEX_PROP_FLAGS
* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IDispatchEx*)Unsafe.AsPointer(ref this), id, grfdexFetch, pgrfdex);
237
internal delegate *unmanaged [Stdcall]<IDispatchEx*,int ,uint ,winmdroot.System.Ole.
FDEX_PROP_FLAGS
* ,winmdroot.Foundation.HRESULT> GetMemberProperties_12;
266
unsafe winmdroot.Foundation.HRESULT GetMemberProperties(int id, uint grfdexFetch, winmdroot.System.Ole.
FDEX_PROP_FLAGS
* pgrfdex);
Windows.Win32.System_Ole_IDispatchEx_Extensions.g.cs (3)
43
/// <inheritdoc cref="winmdroot.System.Ole.IDispatchEx.Interface.GetMemberProperties(int, uint, winmdroot.System.Ole.
FDEX_PROP_FLAGS
*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT GetMemberProperties(this winmdroot.System.Ole.IDispatchEx.Interface @this, int id, uint grfdexFetch, out winmdroot.System.Ole.
FDEX_PROP_FLAGS
pgrfdex)
46
fixed (winmdroot.System.Ole.
FDEX_PROP_FLAGS
* pgrfdexLocal = &pgrfdex)
Windows\Win32\System\Com\IDispatch.cs (3)
6
using static Windows.Win32.System.Ole.
FDEX_PROP_FLAGS
;
161
internal static
FDEX_PROP_FLAGS
GetMethodFlags()
169
internal static
FDEX_PROP_FLAGS
GetPropertyFlags(bool canRead, bool canWrite)