Home
last modified time | relevance | path

Searched defs:pstr (Results 1 – 17 of 17) sorted by relevance

/reactos/dll/win32/comdlg32/
H A Dfiledlg31.c415 LPWSTR pstr; in FD31_DirListDblClick() local
453 LPWSTR pstr; in FD31_FileListSelect() local
620 LPWSTR pstr; in FD31_DiskChange() local
643 LPWSTR pstr; in FD31_FileTypeChange() local
965 LPWSTR pstr, old_pstr; in FD31_WMInitDialog() local
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dfind_test.cpp120 char *pstr = (char*)str; in find_char() local
H A Dmvctor_test.cpp68 char const* pstr = vec_strs.front().c_str(); in move_construct_test() local
/reactos/sdk/lib/crt/string/
H A Dscanf.h545 char *pstr = str; variable
571 wchar_t *pstr = str; variable
/reactos/sdk/lib/crt/time/
H A Dasctime.c153 _TCHAR *pstr; in _tasctime() local
/reactos/dll/win32/oleaut32/
H A Dusrmarshal.c115 …NAPI CLEANLOCALSTORAGE_UserUnmarshal(ULONG *pFlags, unsigned char *Buffer, CLEANLOCALSTORAGE *pstr) in CLEANLOCALSTORAGE_UserUnmarshal()
122 void WINAPI CLEANLOCALSTORAGE_UserFree(ULONG *pFlags, CLEANLOCALSTORAGE *pstr) in CLEANLOCALSTORAGE_UserFree()
136 ULONG WINAPI BSTR_UserSize(ULONG *pFlags, ULONG Start, BSTR *pstr) in BSTR_UserSize()
146 unsigned char * WINAPI BSTR_UserMarshal(ULONG *pFlags, unsigned char *Buffer, BSTR *pstr) in BSTR_UserMarshal()
168 unsigned char * WINAPI BSTR_UserUnmarshal(ULONG *pFlags, unsigned char *Buffer, BSTR *pstr) in BSTR_UserUnmarshal()
189 void WINAPI BSTR_UserFree(ULONG *pFlags, BSTR *pstr) in BSTR_UserFree()
/reactos/sdk/tools/spec2def/
H A Dspec2def.c541 PrintName(FILE *fileDest, EXPORT *pexp, PSTRING pstr, int fDeco) in PrintName()
811 PrintNameOrImpName(FILE *fileDest, EXPORT *pexp, PSTRING pstr, int fDeco, int fImp) in PrintNameOrImpName()
/reactos/win32ss/gdi/ntgdi/
H A Dgdidbg.c460 PSTR pstr; in DbgPrintEvent() local
/reactos/dll/directx/bdaplgin/
H A Ddevicecontrol.cpp322 LPOLESTR pstr; in GetNodeInterfaces() local
/reactos/sdk/lib/atl/
H A Dstatreg.h486 HRESULT do_process_key(LPCOLESTR *pstr, HKEY parent_key, strbuf *buf, BOOL do_register) in do_process_key()
/reactos/dll/win32/atl/
H A Dregistrar.c184 static HRESULT do_process_key(LPCOLESTR *pstr, HKEY parent_key, strbuf *buf, BOOL do_register) in do_process_key()
/reactos/dll/win32/shell32/wine/
H A Dshell32_main.c1029 const char* const *pstr = SHELL_Authors; in AboutAuthorsDlgProc() local
/reactos/dll/directx/ksproxy/
H A Dproxy.cpp969 LPOLESTR pstr; in IsFormatSupported() local
3166 LPOLESTR pstr; in CKsProxy_Constructor() local
H A Doutput_pin.cpp1364 LPOLESTR pstr; in KsProperty() local
/reactos/dll/win32/ole32/
H A Dstg_prop.c2653 WCHAR *pstr = str; in FmtIdToPropStgName() local
2723 const WCHAR *pstr = str; in PropStgNameToFmtId() local
/reactos/win32ss/user/ntuser/
H A Ddesktop.c2170 PWCHAR pstr = wszzVersion; in IntPaintDesktop() local
/reactos/dll/win32/shell32/
H A DCShellLink.cpp416 static HRESULT Stream_LoadString(IStream* stm, BOOL unicode, LPWSTR *pstr) in Stream_LoadString()