HomeSort by relevance Sort by last modified time
    Searched refs:LPWSTR (Results 76 - 100 of 329) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
symlink_support.py 37 ctypes.wintypes.LPWSTR,
38 ctypes.wintypes.LPWSTR,
62 result_buffer = ctypes.wintypes.LPWSTR()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
symlink_support.py 37 ctypes.wintypes.LPWSTR,
38 ctypes.wintypes.LPWSTR,
62 result_buffer = ctypes.wintypes.LPWSTR()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
symlink_support.py 37 ctypes.wintypes.LPWSTR,
38 ctypes.wintypes.LPWSTR,
62 result_buffer = ctypes.wintypes.LPWSTR()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
symlink_support.py 37 ctypes.wintypes.LPWSTR,
38 ctypes.wintypes.LPWSTR,
62 result_buffer = ctypes.wintypes.LPWSTR()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fileapi.h 55 WINBASEAPI HANDLE WINAPI FindFirstVolumeW (LPWSTR lpszVolumeName, DWORD cchBufferLength);
57 WINBASEAPI WINBOOL WINAPI FindNextVolumeW (HANDLE hFindVolume, LPWSTR lpszVolumeName, DWORD cchBufferLength);
71 WINBASEAPI DWORD WINAPI GetFullPathNameW (LPCWSTR lpFileName, DWORD nBufferLength, LPWSTR lpBuffer, LPWSTR *lpFilePart);
73 WINBASEAPI DWORD WINAPI GetLogicalDriveStringsW (DWORD nBufferLength, LPWSTR lpBuffer);
75 WINBASEAPI DWORD WINAPI GetLongPathNameW (LPCWSTR lpszShortPath, LPWSTR lpszLongPath, DWORD cchBuffer);
76 WINBASEAPI DWORD WINAPI GetShortPathNameW (LPCWSTR lpszLongPath, LPWSTR lpszShortPath, DWORD cchBuffer);
77 WINBASEAPI UINT WINAPI GetTempFileNameW (LPCWSTR lpPathName, LPCWSTR lpPrefixString, UINT uUnique, LPWSTR lpTempFileName);
78 WINBASEAPI WINBOOL WINAPI GetVolumeInformationW (LPCWSTR lpRootPathName, LPWSTR lpVolumeNameBuffer, DWORD nVolumeNameSize, LPDWORD lpVolumeSerialNumber, LPDWORD lpMaximumComponentLength, LPDWORD lpFileSystemFlags, LPWSTR lpFileSystemNameBuffer, DWORD nFileSystemNameSize)
    [all...]