151 references to IFileDialogCustomize
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (2)
345
using ComScope<
IFileDialogCustomize
> customize = new(null);
346
if (dialog->QueryInterface(IID.Get<
IFileDialogCustomize
>(), customize).Succeeded)
System.Windows.Forms.Primitives (149)
_generated\130\Windows.Win32.IFileDialogCustomize.g.cs (119)
27
:winmdroot.IVTable<
IFileDialogCustomize
,
IFileDialogCustomize
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint>)lpVtbl[1])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint>)lpVtbl[2])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this));
60
private static winmdroot.Foundation.HRESULT EnableOpenDropDown(
IFileDialogCustomize
* pThis, uint dwIDCtl)
91
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
107
private static winmdroot.Foundation.HRESULT AddMenu(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel)
142
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure();
158
private static winmdroot.Foundation.HRESULT AddPushButton(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel)
190
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure();
196
private static winmdroot.Foundation.HRESULT AddComboBox(
IFileDialogCustomize
* pThis, uint dwIDCtl)
224
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
230
private static winmdroot.Foundation.HRESULT AddRadioButtonList(
IFileDialogCustomize
* pThis, uint dwIDCtl)
258
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
274
private static winmdroot.Foundation.HRESULT AddCheckButton(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel, winmdroot.Foundation.BOOL bChecked)
310
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel, bChecked).ThrowOnFailure();
326
private static winmdroot.Foundation.HRESULT AddEditBox(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText)
361
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure();
367
private static winmdroot.Foundation.HRESULT AddSeparator(
IFileDialogCustomize
* pThis, uint dwIDCtl)
395
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
411
private static winmdroot.Foundation.HRESULT AddText(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText)
443
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure();
459
private static winmdroot.Foundation.HRESULT SetControlLabel(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel)
491
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure();
507
private static winmdroot.Foundation.HRESULT GetControlState(
IFileDialogCustomize
* pThis, 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)
579
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, dwState).ThrowOnFailure();
595
private static winmdroot.Foundation.HRESULT GetEditBoxText(
IFileDialogCustomize
* pThis, uint dwIDCtl, ushort** ppszText)
627
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,ushort** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, ppszText).ThrowOnFailure();
643
private static winmdroot.Foundation.HRESULT SetEditBoxText(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText)
677
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure();
693
private static winmdroot.Foundation.HRESULT GetCheckButtonState(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.BOOL* pbChecked)
727
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pbChecked).ThrowOnFailure();
733
private static winmdroot.Foundation.HRESULT SetCheckButtonState(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.BOOL bChecked)
767
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, bChecked).ThrowOnFailure();
783
private static winmdroot.Foundation.HRESULT AddControlItem(
IFileDialogCustomize
* pThis, uint dwIDCtl, uint dwIDItem, winmdroot.Foundation.PCWSTR pszLabel)
822
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, pszLabel).ThrowOnFailure();
828
private static winmdroot.Foundation.HRESULT RemoveControlItem(
IFileDialogCustomize
* pThis, uint dwIDCtl, uint dwIDItem)
860
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem).ThrowOnFailure();
866
private static winmdroot.Foundation.HRESULT RemoveAllControlItems(
IFileDialogCustomize
* pThis, uint dwIDCtl)
896
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
912
private static winmdroot.Foundation.HRESULT GetControlItemState(
IFileDialogCustomize
* pThis, 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)
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();
1012
private static winmdroot.Foundation.HRESULT GetSelectedControlItem(
IFileDialogCustomize
* pThis, uint dwIDCtl, uint* pdwIDItem)
1047
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pdwIDItem).ThrowOnFailure();
1053
private static winmdroot.Foundation.HRESULT SetSelectedControlItem(
IFileDialogCustomize
* pThis, uint dwIDCtl, uint dwIDItem)
1087
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem).ThrowOnFailure();
1103
private static winmdroot.Foundation.HRESULT StartVisualGroup(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel)
1139
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure();
1145
private static winmdroot.Foundation.HRESULT EndVisualGroup(
IFileDialogCustomize
* pThis)
1171
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,winmdroot.Foundation.HRESULT>)lpVtbl[27])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
1177
private static winmdroot.Foundation.HRESULT MakeProminent(
IFileDialogCustomize
* pThis, uint dwIDCtl)
1208
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
1224
private static winmdroot.Foundation.HRESULT SetControlItemText(
IFileDialogCustomize
* pThis, uint dwIDCtl, uint dwIDItem, winmdroot.Foundation.PCWSTR pszLabel)
1263
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, pszLabel).ThrowOnFailure();
1289
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
1291
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint> AddRef_2;
1293
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint> Release_3;
1295
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> EnableOpenDropDown_4;
1297
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddMenu_5;
1299
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddPushButton_6;
1301
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> AddComboBox_7;
1303
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> AddRadioButtonList_8;
1305
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> AddCheckButton_9;
1307
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddEditBox_10;
1309
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> AddSeparator_11;
1311
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddText_12;
1313
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetControlLabel_13;
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;
1319
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,ushort** ,winmdroot.Foundation.HRESULT> GetEditBoxText_16;
1321
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetEditBoxText_17;
1323
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> GetCheckButtonState_18;
1325
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetCheckButtonState_19;
1327
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddControlItem_20;
1329
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.HRESULT> RemoveControlItem_21;
1331
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> RemoveAllControlItems_22;
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;
1337
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint* ,winmdroot.Foundation.HRESULT> GetSelectedControlItem_25;
1339
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.HRESULT> SetSelectedControlItem_26;
1341
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> StartVisualGroup_27;
1343
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,winmdroot.Foundation.HRESULT> EndVisualGroup_28;
1345
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> MakeProminent_29;
1347
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetControlItemText_30;
_generated\599\Windows.Win32.UI_Shell_IFileDialogCustomize_Extensions.g.cs (30)
23
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.AddMenu(uint, winmdroot.Foundation.PCWSTR)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT AddMenu(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, string pszLabel)
33
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.AddPushButton(uint, winmdroot.Foundation.PCWSTR)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT AddPushButton(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, string pszLabel)
43
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.AddCheckButton(uint, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.BOOL)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT AddCheckButton(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, string pszLabel, winmdroot.Foundation.BOOL bChecked)
53
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.AddEditBox(uint, winmdroot.Foundation.PCWSTR)"/>
54
internal static unsafe winmdroot.Foundation.HRESULT AddEditBox(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, string pszText)
63
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.AddText(uint, winmdroot.Foundation.PCWSTR)"/>
64
internal static unsafe winmdroot.Foundation.HRESULT AddText(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, string pszText)
73
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.SetControlLabel(uint, winmdroot.Foundation.PCWSTR)"/>
74
internal static unsafe winmdroot.Foundation.HRESULT SetControlLabel(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, string pszLabel)
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)
93
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.GetEditBoxText(uint, ushort**)"/>
94
internal static unsafe winmdroot.Foundation.HRESULT GetEditBoxText(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, out ushort* ppszText)
103
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.SetEditBoxText(uint, winmdroot.Foundation.PCWSTR)"/>
104
internal static unsafe winmdroot.Foundation.HRESULT SetEditBoxText(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, string pszText)
113
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.GetCheckButtonState(uint, winmdroot.Foundation.BOOL*)"/>
114
internal static unsafe winmdroot.Foundation.HRESULT GetCheckButtonState(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, out winmdroot.Foundation.BOOL pbChecked)
123
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.AddControlItem(uint, uint, winmdroot.Foundation.PCWSTR)"/>
124
internal static unsafe winmdroot.Foundation.HRESULT AddControlItem(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, uint dwIDItem, string pszLabel)
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)
143
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.GetSelectedControlItem(uint, uint*)"/>
144
internal static unsafe winmdroot.Foundation.HRESULT GetSelectedControlItem(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, out uint pdwIDItem)
153
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.StartVisualGroup(uint, winmdroot.Foundation.PCWSTR)"/>
154
internal static unsafe winmdroot.Foundation.HRESULT StartVisualGroup(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, string pszLabel)
163
/// <inheritdoc cref="winmdroot.UI.Shell.
IFileDialogCustomize
.Interface.SetControlItemText(uint, uint, winmdroot.Foundation.PCWSTR)"/>
164
internal static unsafe winmdroot.Foundation.HRESULT SetControlItemText(this winmdroot.UI.Shell.
IFileDialogCustomize
.Interface @this, uint dwIDCtl, uint dwIDItem, string pszLabel)