9 references to SIATTRIBFLAGS
System.Windows.Forms.Primitives (9)
_generated\243\Windows.Win32.IShellItemArray.g.cs (7)
240
/// <inheritdoc cref="GetAttributes(winmdroot.UI.Shell.
SIATTRIBFLAGS
, winmdroot.System.SystemServices.SFGAO_FLAGS, winmdroot.System.SystemServices.SFGAO_FLAGS*)"/>
242
internal unsafe void GetAttributes(winmdroot.UI.Shell.
SIATTRIBFLAGS
AttribFlags, winmdroot.System.SystemServices.SFGAO_FLAGS sfgaoMask, out winmdroot.System.SystemServices.SFGAO_FLAGS psfgaoAttribs)
253
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)
287
public unsafe void GetAttributes(winmdroot.UI.Shell.
SIATTRIBFLAGS
AttribFlags, winmdroot.System.SystemServices.SFGAO_FLAGS sfgaoMask, winmdroot.System.SystemServices.SFGAO_FLAGS* psfgaoAttribs)
289
((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();
447
internal delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.UI.Shell.
SIATTRIBFLAGS
,winmdroot.System.SystemServices.SFGAO_FLAGS ,winmdroot.System.SystemServices.SFGAO_FLAGS* ,winmdroot.Foundation.HRESULT> GetAttributes_7;
495
unsafe winmdroot.Foundation.HRESULT GetAttributes(winmdroot.UI.Shell.
SIATTRIBFLAGS
AttribFlags, winmdroot.System.SystemServices.SFGAO_FLAGS sfgaoMask, winmdroot.System.SystemServices.SFGAO_FLAGS* psfgaoAttribs);
_generated\606\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)