Searched refs:pszCaption (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/lzma/CPP/Windows/Control/ |
H A D | PropertyPage.cpp | 141 sheet.pszCaption = titleA; in MyPropertySheet() 156 sheet.pszCaption = title; in MyPropertySheet()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dsclient.h | 166 LPCWSTR pszCaption; member 184 LPCSTR pszCaption; member
|
D | prsht.h | 244 LPCSTR pszCaption; member 277 LPCWSTR pszCaption; member
|
D | htmlhelp.h | 242 LPCTSTR pszCaption; member
|
D | shlobj.h | 2378 …SHSTDAPI_(WINBOOL) SHOpenPropSheetA (LPCSTR pszCaption, HKEY ahkeys[], UINT ckeys, const CLSID *pc… 2379 …SHSTDAPI_(WINBOOL) SHOpenPropSheetW (LPCWSTR pszCaption, HKEY ahkeys[], UINT ckeys, const CLSID *p…
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 203424 pub pszCaption: LPCSTR, field 203596 unsafe { ::std::ptr::addr_of!((*ptr).pszCaption) as usize - ptr as usize }, in bindgen_test_layout__PROPSHEETHEADERA_V1() 203602 stringify!(pszCaption) in bindgen_test_layout__PROPSHEETHEADERA_V1() 203632 pub pszCaption: LPCSTR, field 203891 unsafe { ::std::ptr::addr_of!((*ptr).pszCaption) as usize - ptr as usize }, in bindgen_test_layout__PROPSHEETHEADERA_V2() 203897 stringify!(pszCaption) in bindgen_test_layout__PROPSHEETHEADERA_V2() 203937 pub pszCaption: LPCWSTR, field 204109 unsafe { ::std::ptr::addr_of!((*ptr).pszCaption) as usize - ptr as usize }, in bindgen_test_layout__PROPSHEETHEADERW_V1() 204115 stringify!(pszCaption) in bindgen_test_layout__PROPSHEETHEADERW_V1() 204145 pub pszCaption: LPCWSTR, field [all …]
|