32 references to CDCONTROLSTATEF
System.Windows.Forms.Primitives (32)
_generated\130\Windows.Win32.IFileDialogCustomize.g.cs (26)
494
/// <inheritdoc cref="GetControlState(uint, winmdroot.UI.Shell.
CDCONTROLSTATEF
*)"/>
496
internal unsafe void GetControlState(uint dwIDCtl, out winmdroot.UI.Shell.
CDCONTROLSTATEF
pdwState)
498
fixed (winmdroot.UI.Shell.
CDCONTROLSTATEF
* pdwStateLocal = &pdwState)
507
private static winmdroot.Foundation.HRESULT GetControlState(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.UI.Shell.
CDCONTROLSTATEF
* pdwState)
539
public unsafe void GetControlState(uint dwIDCtl, winmdroot.UI.Shell.
CDCONTROLSTATEF
* pdwState)
541
((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.UI.Shell.
CDCONTROLSTATEF
* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pdwState).ThrowOnFailure();
547
private static winmdroot.Foundation.HRESULT SetControlState(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.UI.Shell.
CDCONTROLSTATEF
dwState)
577
public void SetControlState(uint dwIDCtl, winmdroot.UI.Shell.
CDCONTROLSTATEF
dwState)
579
((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.UI.Shell.
CDCONTROLSTATEF
,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwState).ThrowOnFailure();
899
/// <inheritdoc cref="GetControlItemState(uint, uint, winmdroot.UI.Shell.
CDCONTROLSTATEF
*)"/>
901
internal unsafe void GetControlItemState(uint dwIDCtl, uint dwIDItem, out winmdroot.UI.Shell.
CDCONTROLSTATEF
pdwState)
903
fixed (winmdroot.UI.Shell.
CDCONTROLSTATEF
* pdwStateLocal = &pdwState)
912
private static winmdroot.Foundation.HRESULT GetControlItemState(IFileDialogCustomize* pThis, uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.
CDCONTROLSTATEF
* pdwState)
949
public unsafe void GetControlItemState(uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.
CDCONTROLSTATEF
* pdwState)
951
((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.UI.Shell.
CDCONTROLSTATEF
* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, pdwState).ThrowOnFailure();
957
private static winmdroot.Foundation.HRESULT SetControlItemState(IFileDialogCustomize* pThis, uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.
CDCONTROLSTATEF
dwState)
994
public void SetControlItemState(uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.
CDCONTROLSTATEF
dwState)
996
((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.UI.Shell.
CDCONTROLSTATEF
,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, dwState).ThrowOnFailure();
1315
internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.UI.Shell.
CDCONTROLSTATEF
* ,winmdroot.Foundation.HRESULT> GetControlState_14;
1317
internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.UI.Shell.
CDCONTROLSTATEF
,winmdroot.Foundation.HRESULT> SetControlState_15;
1333
internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.UI.Shell.
CDCONTROLSTATEF
* ,winmdroot.Foundation.HRESULT> GetControlItemState_23;
1335
internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.UI.Shell.
CDCONTROLSTATEF
,winmdroot.Foundation.HRESULT> SetControlItemState_24;
1430
unsafe winmdroot.Foundation.HRESULT GetControlState(uint dwIDCtl, winmdroot.UI.Shell.
CDCONTROLSTATEF
* pdwState);
1433
winmdroot.Foundation.HRESULT SetControlState(uint dwIDCtl, winmdroot.UI.Shell.
CDCONTROLSTATEF
dwState);
1457
unsafe winmdroot.Foundation.HRESULT GetControlItemState(uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.
CDCONTROLSTATEF
* pdwState);
1460
winmdroot.Foundation.HRESULT SetControlItemState(uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.
CDCONTROLSTATEF
dwState);
_generated\599\Windows.Win32.UI_Shell_IFileDialogCustomize_Extensions.g.cs (6)
83
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.GetControlState(uint, winmdroot.UI.Shell.
CDCONTROLSTATEF
*)"/>
84
internal static unsafe winmdroot.Foundation.HRESULT GetControlState(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, out winmdroot.UI.Shell.
CDCONTROLSTATEF
pdwState)
86
fixed (winmdroot.UI.Shell.
CDCONTROLSTATEF
* pdwStateLocal = &pdwState)
133
/// <inheritdoc cref="winmdroot.UI.Shell.IFileDialogCustomize.Interface.GetControlItemState(uint, uint, winmdroot.UI.Shell.
CDCONTROLSTATEF
*)"/>
134
internal static unsafe winmdroot.Foundation.HRESULT GetControlItemState(this winmdroot.UI.Shell.IFileDialogCustomize.Interface @this, uint dwIDCtl, uint dwIDItem, out winmdroot.UI.Shell.
CDCONTROLSTATEF
pdwState)
136
fixed (winmdroot.UI.Shell.
CDCONTROLSTATEF
* pdwStateLocal = &pdwState)