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)
Windows.Win32.IFileDialogCustomize.g.cs (119)
26
:IVTable<
IFileDialogCustomize
,
IFileDialogCustomize
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint>)lpVtbl[1])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint>)lpVtbl[2])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this));
58
private static winmdroot.Foundation.HRESULT EnableOpenDropDown(
IFileDialogCustomize
* pThis, uint dwIDCtl)
89
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
104
private static winmdroot.Foundation.HRESULT AddMenu(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel)
139
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure();
154
private static winmdroot.Foundation.HRESULT AddPushButton(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel)
186
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure();
192
private static winmdroot.Foundation.HRESULT AddComboBox(
IFileDialogCustomize
* pThis, uint dwIDCtl)
220
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
226
private static winmdroot.Foundation.HRESULT AddRadioButtonList(
IFileDialogCustomize
* pThis, uint dwIDCtl)
254
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
269
private static winmdroot.Foundation.HRESULT AddCheckButton(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel, winmdroot.Foundation.BOOL bChecked)
305
((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();
320
private static winmdroot.Foundation.HRESULT AddEditBox(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText)
355
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure();
361
private static winmdroot.Foundation.HRESULT AddSeparator(
IFileDialogCustomize
* pThis, uint dwIDCtl)
389
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
404
private static winmdroot.Foundation.HRESULT AddText(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText)
436
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure();
451
private static winmdroot.Foundation.HRESULT SetControlLabel(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel)
483
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure();
498
private static winmdroot.Foundation.HRESULT GetControlState(
IFileDialogCustomize
* pThis, 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)
570
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, dwState).ThrowOnFailure();
585
private static winmdroot.Foundation.HRESULT GetEditBoxText(
IFileDialogCustomize
* pThis, uint dwIDCtl, ushort** ppszText)
617
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,ushort** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, ppszText).ThrowOnFailure();
632
private static winmdroot.Foundation.HRESULT SetEditBoxText(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszText)
666
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure();
681
private static winmdroot.Foundation.HRESULT GetCheckButtonState(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.BOOL* pbChecked)
715
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pbChecked).ThrowOnFailure();
721
private static winmdroot.Foundation.HRESULT SetCheckButtonState(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.BOOL bChecked)
755
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, bChecked).ThrowOnFailure();
770
private static winmdroot.Foundation.HRESULT AddControlItem(
IFileDialogCustomize
* pThis, uint dwIDCtl, uint dwIDItem, winmdroot.Foundation.PCWSTR pszLabel)
809
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, pszLabel).ThrowOnFailure();
815
private static winmdroot.Foundation.HRESULT RemoveControlItem(
IFileDialogCustomize
* pThis, uint dwIDCtl, uint dwIDItem)
847
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem).ThrowOnFailure();
853
private static winmdroot.Foundation.HRESULT RemoveAllControlItems(
IFileDialogCustomize
* pThis, uint dwIDCtl)
883
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
898
private static winmdroot.Foundation.HRESULT GetControlItemState(
IFileDialogCustomize
* pThis, 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)
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();
997
private static winmdroot.Foundation.HRESULT GetSelectedControlItem(
IFileDialogCustomize
* pThis, uint dwIDCtl, uint* pdwIDItem)
1032
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pdwIDItem).ThrowOnFailure();
1038
private static winmdroot.Foundation.HRESULT SetSelectedControlItem(
IFileDialogCustomize
* pThis, uint dwIDCtl, uint dwIDItem)
1072
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem).ThrowOnFailure();
1087
private static winmdroot.Foundation.HRESULT StartVisualGroup(
IFileDialogCustomize
* pThis, uint dwIDCtl, winmdroot.Foundation.PCWSTR pszLabel)
1123
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure();
1129
private static winmdroot.Foundation.HRESULT EndVisualGroup(
IFileDialogCustomize
* pThis)
1155
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,winmdroot.Foundation.HRESULT>)lpVtbl[27])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
1161
private static winmdroot.Foundation.HRESULT MakeProminent(
IFileDialogCustomize
* pThis, uint dwIDCtl)
1192
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure();
1207
private static winmdroot.Foundation.HRESULT SetControlItemText(
IFileDialogCustomize
* pThis, uint dwIDCtl, uint dwIDItem, winmdroot.Foundation.PCWSTR pszLabel)
1246
((delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((
IFileDialogCustomize
*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, pszLabel).ThrowOnFailure();
1270
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
1272
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint> AddRef_2;
1274
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint> Release_3;
1276
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> EnableOpenDropDown_4;
1278
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddMenu_5;
1280
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddPushButton_6;
1282
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> AddComboBox_7;
1284
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> AddRadioButtonList_8;
1286
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> AddCheckButton_9;
1288
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddEditBox_10;
1290
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> AddSeparator_11;
1292
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddText_12;
1294
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetControlLabel_13;
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;
1300
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,ushort** ,winmdroot.Foundation.HRESULT> GetEditBoxText_16;
1302
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetEditBoxText_17;
1304
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> GetCheckButtonState_18;
1306
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetCheckButtonState_19;
1308
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> AddControlItem_20;
1310
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.HRESULT> RemoveControlItem_21;
1312
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> RemoveAllControlItems_22;
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;
1318
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint* ,winmdroot.Foundation.HRESULT> GetSelectedControlItem_25;
1320
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.HRESULT> SetSelectedControlItem_26;
1322
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> StartVisualGroup_27;
1324
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,winmdroot.Foundation.HRESULT> EndVisualGroup_28;
1326
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,winmdroot.Foundation.HRESULT> MakeProminent_29;
1328
internal delegate *unmanaged [Stdcall]<
IFileDialogCustomize
*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT> SetControlItemText_30;
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)