40 references to SFGAO_FLAGS
System.Windows.Forms.Primitives (40)
Windows.Win32.IShellItem.g.cs (15)
198
/// <inheritdoc cref="GetAttributes(winmdroot.System.SystemServices.
SFGAO_FLAGS
, winmdroot.System.SystemServices.
SFGAO_FLAGS
*)"/>
199
internal unsafe void GetAttributes(winmdroot.System.SystemServices.
SFGAO_FLAGS
sfgaoMask, out winmdroot.System.SystemServices.
SFGAO_FLAGS
psfgaoAttribs)
201
fixed (winmdroot.System.SystemServices.
SFGAO_FLAGS
* psfgaoAttribsLocal = &psfgaoAttribs)
210
private static winmdroot.Foundation.HRESULT GetAttributes(IShellItem* pThis, winmdroot.System.SystemServices.
SFGAO_FLAGS
sfgaoMask, winmdroot.System.SystemServices.
SFGAO_FLAGS
* psfgaoAttribs)
242
public unsafe void GetAttributes(winmdroot.System.SystemServices.
SFGAO_FLAGS
sfgaoMask, winmdroot.System.SystemServices.
SFGAO_FLAGS
* psfgaoAttribs)
244
((delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.System.SystemServices.
SFGAO_FLAGS
,winmdroot.System.SystemServices.
SFGAO_FLAGS
* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IShellItem*)Unsafe.AsPointer(ref this), sfgaoMask, psfgaoAttribs).ThrowOnFailure();
336
internal delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.System.SystemServices.
SFGAO_FLAGS
,winmdroot.System.SystemServices.
SFGAO_FLAGS
* ,winmdroot.Foundation.HRESULT> GetAttributes_7;
378
unsafe winmdroot.Foundation.HRESULT GetAttributes(winmdroot.System.SystemServices.
SFGAO_FLAGS
sfgaoMask, winmdroot.System.SystemServices.
SFGAO_FLAGS
* psfgaoAttribs);
Windows.Win32.IShellItemArray.g.cs (15)
235
/// <inheritdoc cref="GetAttributes(winmdroot.UI.Shell.SIATTRIBFLAGS, winmdroot.System.SystemServices.
SFGAO_FLAGS
, winmdroot.System.SystemServices.
SFGAO_FLAGS
*)"/>
236
internal unsafe void GetAttributes(winmdroot.UI.Shell.SIATTRIBFLAGS AttribFlags, winmdroot.System.SystemServices.
SFGAO_FLAGS
sfgaoMask, out winmdroot.System.SystemServices.
SFGAO_FLAGS
psfgaoAttribs)
238
fixed (winmdroot.System.SystemServices.
SFGAO_FLAGS
* psfgaoAttribsLocal = &psfgaoAttribs)
247
private static winmdroot.Foundation.HRESULT GetAttributes(IShellItemArray* pThis, winmdroot.UI.Shell.SIATTRIBFLAGS AttribFlags, winmdroot.System.SystemServices.
SFGAO_FLAGS
sfgaoMask, winmdroot.System.SystemServices.
SFGAO_FLAGS
* psfgaoAttribs)
281
public unsafe void GetAttributes(winmdroot.UI.Shell.SIATTRIBFLAGS AttribFlags, winmdroot.System.SystemServices.
SFGAO_FLAGS
sfgaoMask, winmdroot.System.SystemServices.
SFGAO_FLAGS
* psfgaoAttribs)
283
((delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.UI.Shell.SIATTRIBFLAGS ,winmdroot.System.SystemServices.
SFGAO_FLAGS
,winmdroot.System.SystemServices.
SFGAO_FLAGS
* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IShellItemArray*)Unsafe.AsPointer(ref this), AttribFlags, sfgaoMask, psfgaoAttribs).ThrowOnFailure();
438
internal delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.UI.Shell.SIATTRIBFLAGS ,winmdroot.System.SystemServices.
SFGAO_FLAGS
,winmdroot.System.SystemServices.
SFGAO_FLAGS
* ,winmdroot.Foundation.HRESULT> GetAttributes_7;
486
unsafe winmdroot.Foundation.HRESULT GetAttributes(winmdroot.UI.Shell.SIATTRIBFLAGS AttribFlags, winmdroot.System.SystemServices.
SFGAO_FLAGS
sfgaoMask, winmdroot.System.SystemServices.
SFGAO_FLAGS
* psfgaoAttribs);
Windows.Win32.UI_Shell_IShellItem_Extensions.g.cs (5)
49
/// <inheritdoc cref="winmdroot.UI.Shell.IShellItem.Interface.GetAttributes(winmdroot.System.SystemServices.
SFGAO_FLAGS
, winmdroot.System.SystemServices.
SFGAO_FLAGS
*)"/>
50
internal static unsafe winmdroot.Foundation.HRESULT GetAttributes(this winmdroot.UI.Shell.IShellItem.Interface @this, winmdroot.System.SystemServices.
SFGAO_FLAGS
sfgaoMask, out winmdroot.System.SystemServices.
SFGAO_FLAGS
psfgaoAttribs)
52
fixed (winmdroot.System.SystemServices.
SFGAO_FLAGS
* psfgaoAttribsLocal = &psfgaoAttribs)
Windows.Win32.UI_Shell_IShellItemArray_Extensions.g.cs (5)
68
/// <inheritdoc cref="winmdroot.UI.Shell.IShellItemArray.Interface.GetAttributes(winmdroot.UI.Shell.SIATTRIBFLAGS, winmdroot.System.SystemServices.
SFGAO_FLAGS
, winmdroot.System.SystemServices.
SFGAO_FLAGS
*)"/>
69
internal static unsafe winmdroot.Foundation.HRESULT GetAttributes(this winmdroot.UI.Shell.IShellItemArray.Interface @this, winmdroot.UI.Shell.SIATTRIBFLAGS AttribFlags, winmdroot.System.SystemServices.
SFGAO_FLAGS
sfgaoMask, out winmdroot.System.SystemServices.
SFGAO_FLAGS
psfgaoAttribs)
71
fixed (winmdroot.System.SystemServices.
SFGAO_FLAGS
* psfgaoAttribsLocal = &psfgaoAttribs)