Searched defs:LPCSTR (Results 1 - 4 of 4) sorted by last modified time

/external/lzma/CPP/Common/
H A DMyWindows.h46 typedef const CHAR *LPCSTR; typedef
184 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoice_engine_defines.h274 #define LPCSTR const char* macro
337 #define LPCSTR const char* macro
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py18 from ctypes.wintypes import LPCSTR namespace
112 RegQueryValueEx.argtypes = [HKEY, LPCSTR, LPDWORD, LPDWORD, LPBYTE, LPDWORD]
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dwin32.py38 from ctypes.wintypes import LPCSTR namespace
41 CreateEventA.argtypes = [LPSECURITY_ATTRIBUTES, BOOL, BOOL, LPCSTR]
46 CreateFileA.argtypes = [LPCSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE]

Completed in 139 milliseconds