9 references to SIATTRIBFLAGS
System.Windows.Forms.Primitives (9)
Windows.Win32.IShellItemArray.g.cs (7)
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)
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_IShellItemArray_Extensions.g.cs (2)
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)