HomeSort by relevance Sort by last modified time
    Searched full:lpsz (Results 1 - 20 of 20) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiutil.h 181 STDAPI_(WINBOOL) FBinFromHex(LPTSTR lpsz,LPBYTE lpb);
182 STDAPI_(SCODE) ScBinFromHexBounded(LPTSTR lpsz,LPBYTE lpb,ULONG cb);
183 STDAPI_(void) HexFromBin(LPBYTE lpb,int cb,LPTSTR lpsz);
184 STDAPI_(ULONG) UlFromSzHex(LPCTSTR lpsz); variable
185 STDAPI HrEntryIDFromSz(LPTSTR lpsz,ULONG *lpcb,LPENTRYID *lppEntryID);
186 STDAPI HrSzFromEntryID(ULONG cb,LPENTRYID lpEntryID,LPTSTR *lpsz);
191 STDAPI_(LPTSTR) SzFindCh(LPCTSTR lpsz,USHORT ch);
192 STDAPI_(LPTSTR) SzFindLastCh(LPCTSTR lpsz,USHORT ch);
193 STDAPI_(LPTSTR) SzFindSz(LPCTSTR lpsz,LPCTSTR lpszKey);
194 STDAPI_(unsigned int) UFromSz(LPCTSTR lpsz); variable
    [all...]
mapiwin.h 34 WINBOOL WINAPI IsBadBoundedStringPtr(const void *lpsz,UINT cchMax);
mqmail.h 43 LPSTR lpsz; member in union:MQMailFormFieldData_tag
wabutil.h 181 STDAPI_(LPTSTR) SzFindCh(LPCTSTR lpsz,USHORT ch);
182 STDAPI_(LPTSTR) SzFindLastCh(LPCTSTR lpsz,USHORT ch);
183 STDAPI_(LPTSTR) SzFindSz(LPCTSTR lpsz,LPCTSTR lpszKey);
184 STDAPI_(unsigned int) UFromSz(LPCTSTR lpsz); variable
mapinls.h 86 WINBOOL WINAPI MNLS_IsBadStringPtrW(LPCWSTR lpsz,UINT ucchMax);
windowsx.h     [all...]
windowsx.h16     [all...]
combaseapi.h 292 WINOLEAPI CLSIDFromString (LPCOLESTR lpsz, LPCLSID pclsid);
294 WINOLEAPI IIDFromString (LPCOLESTR lpsz, LPIID lpiid);
303 WINOLEAPI_(int) StringFromGUID2 (REFGUID rguid, LPOLESTR lpsz, int cchMax);
wabapi.h 102 LPTSTR lpsz; member in struct:_WABEXTDISPLAY
shlwapi.h 390 LWSTDAPI_(void) PathQuoteSpacesA(LPSTR lpsz); variable
391 LWSTDAPI_(void) PathQuoteSpacesW(LPWSTR lpsz); variable
428 LWSTDAPI_(void) PathUnquoteSpacesA(LPSTR lpsz); variable
429 LWSTDAPI_(void) PathUnquoteSpacesW(LPWSTR lpsz); variable
    [all...]
wingdi.h     [all...]
vfw.h     [all...]
mapidefs.h 175 #define LPSZ lpszW
181 #define LPSZ lpszA
    [all...]
wabdefs.h 172 #define LPSZ lpszW
178 #define LPSZ lpszA
    [all...]
winuser.h     [all...]
commctrl.h     [all...]
winbase.h     [all...]
  /external/pdfium/core/fxcrt/
fx_basic_buffer.cpp 99 CFX_ByteTextBuf& CFX_ByteTextBuf::operator<<(const CFX_ByteStringC& lpsz) {
100 AppendBlock(lpsz.raw_str(), lpsz.GetLength());
171 CFX_WideTextBuf& CFX_WideTextBuf::operator<<(const FX_WCHAR* lpsz) {
172 AppendBlock(lpsz, FXSYS_wcslen(lpsz) * sizeof(FX_WCHAR));
280 int32_t CFX_FileBufferArchive::AppendString(const CFX_ByteStringC& lpsz) {
281 return AppendBlock(lpsz.raw_str(), lpsz.GetLength());
fx_basic_wstring.cpp 836 int CFX_WideString::Compare(const FX_WCHAR* lpsz) const {
838 return FXSYS_wcscmp(m_pData->m_String, lpsz);
839 return (!lpsz || lpsz[0] == 0) ? 0 : -1;
872 int CFX_WideString::CompareNoCase(const FX_WCHAR* lpsz) const {
874 return (!lpsz || lpsz[0] == 0) ? 0 : -1;
876 return FXSYS_wcsicmp(m_pData->m_String, lpsz);
fx_basic.h 79 CFX_ByteTextBuf& operator<<(const CFX_ByteStringC& lpsz);
107 CFX_WideTextBuf& operator<<(const FX_WCHAR* lpsz);
123 int32_t AppendString(const CFX_ByteStringC& lpsz);

Completed in 3552 milliseconds