32 references to CDCONTROLSTATEF
System.Windows.Forms.Primitives (32)
Windows.Win32.IFileDialogCustomize.g.cs (26)
486 /// <inheritdoc cref="GetControlState(uint, winmdroot.UI.Shell.CDCONTROLSTATEF*)"/> 487 internal unsafe void GetControlState(uint dwIDCtl, out winmdroot.UI.Shell.CDCONTROLSTATEF pdwState) 489 fixed (winmdroot.UI.Shell.CDCONTROLSTATEF* pdwStateLocal = &pdwState) 498 private static winmdroot.Foundation.HRESULT GetControlState(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.UI.Shell.CDCONTROLSTATEF* pdwState) 530 public unsafe void GetControlState(uint dwIDCtl, winmdroot.UI.Shell.CDCONTROLSTATEF* pdwState) 532 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pdwState).ThrowOnFailure(); 538 private static winmdroot.Foundation.HRESULT SetControlState(IFileDialogCustomize* pThis, uint dwIDCtl, winmdroot.UI.Shell.CDCONTROLSTATEF dwState) 568 public void SetControlState(uint dwIDCtl, winmdroot.UI.Shell.CDCONTROLSTATEF dwState) 570 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwState).ThrowOnFailure(); 886 /// <inheritdoc cref="GetControlItemState(uint, uint, winmdroot.UI.Shell.CDCONTROLSTATEF*)"/> 887 internal unsafe void GetControlItemState(uint dwIDCtl, uint dwIDItem, out winmdroot.UI.Shell.CDCONTROLSTATEF pdwState) 889 fixed (winmdroot.UI.Shell.CDCONTROLSTATEF* pdwStateLocal = &pdwState) 898 private static winmdroot.Foundation.HRESULT GetControlItemState(IFileDialogCustomize* pThis, uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.CDCONTROLSTATEF* pdwState) 935 public unsafe void GetControlItemState(uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.CDCONTROLSTATEF* pdwState) 937 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, pdwState).ThrowOnFailure(); 943 private static winmdroot.Foundation.HRESULT SetControlItemState(IFileDialogCustomize* pThis, uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.CDCONTROLSTATEF dwState) 980 public void SetControlItemState(uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.CDCONTROLSTATEF dwState) 982 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, dwState).ThrowOnFailure(); 1296 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF* ,winmdroot.Foundation.HRESULT> GetControlState_14; 1298 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF ,winmdroot.Foundation.HRESULT> SetControlState_15; 1314 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF* ,winmdroot.Foundation.HRESULT> GetControlItemState_23; 1316 internal delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF ,winmdroot.Foundation.HRESULT> SetControlItemState_24; 1411 unsafe winmdroot.Foundation.HRESULT GetControlState(uint dwIDCtl, winmdroot.UI.Shell.CDCONTROLSTATEF* pdwState); 1414winmdroot.Foundation.HRESULT SetControlState(uint dwIDCtl, winmdroot.UI.Shell.CDCONTROLSTATEF dwState); 1438 unsafe winmdroot.Foundation.HRESULT GetControlItemState(uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.CDCONTROLSTATEF* pdwState); 1441winmdroot.Foundation.HRESULT SetControlItemState(uint dwIDCtl, uint dwIDItem, winmdroot.UI.Shell.CDCONTROLSTATEF dwState);
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)