HomeSort by relevance Sort by last modified time
    Searched refs:PUWSTR (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) {
  /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); }
48 PUWSTR __cdecl uaw_wcschr(PCUWSTR String,WCHAR Character);
49 PUWSTR __cdecl uaw_wcscpy(PUWSTR Destination,PCUWSTR Source);
52 PUWSTR __cdecl uaw_wcsrchr(PCUWSTR String,WCHAR Character);
108 PUWSTR ua_wcschr(PUWSTR String,WCHAR Character)
    [all...]
ntdef.h 372 typedef WCHAR UNALIGNED *LPUWSTR, *PUWSTR;
winnt.h 203 typedef WCHAR UNALIGNED *LPUWSTR,*PUWSTR;
    [all...]

Completed in 47 milliseconds