HomeSort by relevance Sort by last modified time
    Searched refs:PCUWSTR (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
stralign_s.h 19 static __inline PUWSTR ua_wcscpy_s(PUWSTR Destination,size_t DestinationSize,PCUWSTR Source) {
21 return uaw_wcscpy((PCUWSTR)String,Character);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stralign.h 32 PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source);
34 __CRT_INLINE PUWSTR ua_wcscpy(PUWSTR Destination,PCUWSTR Source) { return wcscpy(Destination,Source); }
45 int WINAPI uaw_lstrcmpW(PCUWSTR String1,PCUWSTR String2);
46 int WINAPI uaw_lstrcmpiW(PCUWSTR String1,PCUWSTR String2);
48 PUWSTR __cdecl uaw_wcschr(PCUWSTR String,WCHAR Character);
49 PUWSTR __cdecl uaw_wcscpy(PUWSTR Destination,PCUWSTR Source);
50 int __cdecl uaw_wcsicmp(PCUWSTR String1,PCUWSTR String2)
    [all...]
ntdef.h 375 typedef CONST WCHAR UNALIGNED *LPCUWSTR, *PCUWSTR;
winnt.h 206 typedef CONST WCHAR UNALIGNED *LPCUWSTR,*PCUWSTR;
    [all...]

Completed in 471 milliseconds