Searched refs:pszLabel (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/comdlg32/ |
H A D | itemdlg.c | 2672 TRACE("%p (%s)\n", This, debugstr_w(pszLabel)); in IFileDialog2_fnSetFileNameLabel() 2675 This->custom_filenamelabel = StrDupW(pszLabel); in IFileDialog2_fnSetFileNameLabel() 2764 TRACE("%p (%s)\n", This, debugstr_w(pszLabel)); in IFileDialog2_fnSetCancelButtonLabel() 2767 This->custom_cancelbutton = StrDupW(pszLabel); in IFileDialog2_fnSetCancelButtonLabel() 3777 TRACE("%p (%d, %p)\n", This, dwIDCtl, pszLabel); in IFileDialogCustomize_fnAddMenu() 3790 tbb.iString = (DWORD_PTR)pszLabel; in IFileDialogCustomize_fnAddMenu() 3808 TRACE("%p (%d, %p)\n", This, dwIDCtl, pszLabel); in IFileDialogCustomize_fnAddPushButton() 3929 TRACE("%p (%d, %p)\n", This, dwIDCtl, pszLabel); in IFileDialogCustomize_fnSetControlLabel() 4094 hr = add_item(ctrl, dwIDItem, pszLabel, &item); in IFileDialogCustomize_fnAddControlItem() 4109 hr = add_item(ctrl, dwIDItem, pszLabel, &item); in IFileDialogCustomize_fnAddControlItem() [all …]
|
/reactos/base/system/diskpart/ |
H A D | list.c | 274 (VolumeEntry->pszLabel) ? VolumeEntry->pszLabel : L"", in PrintVolume()
|
H A D | partlist.c | 1375 VolumeEntry->pszLabel = RtlAllocateHeap(RtlGetProcessHeap(), in AddVolumeToList() 1378 if (VolumeEntry->pszLabel) in AddVolumeToList() 1379 wcscpy(VolumeEntry->pszLabel, szVolumeName); in AddVolumeToList() 1465 if (VolumeEntry->pszLabel) in DestroyVolumeList() 1466 RtlFreeHeap(RtlGetProcessHeap(), 0, VolumeEntry->pszLabel); in DestroyVolumeList() 2116 if (VolumeEntry->pszLabel) in RemoveVolume() 2117 RtlFreeHeap(RtlGetProcessHeap(), 0, VolumeEntry->pszLabel); in RemoveVolume()
|
H A D | diskpart.h | 199 PWSTR pszLabel; member
|
/reactos/sdk/include/psdk/ |
H A D | shobjidl.idl | 3658 [in, string] LPCWSTR pszLabel); 3693 [in] LPCWSTR pszLabel); 3860 [in, string] LPCWSTR pszLabel); 3864 [in, string] LPCWSTR pszLabel); 3874 [in, string] LPCWSTR pszLabel, 3890 [in, string] LPCWSTR pszLabel); 3919 [in] LPCWSTR pszLabel); 3948 [in, string] LPCWSTR pszLabel); 3958 [in, string] LPCWSTR pszLabel);
|