Searched refs:controlCode (Results 1 – 1 of 1) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileIO.h | 68 bool DeviceIoControl(DWORD controlCode, LPVOID inBuffer, DWORD inSize, in DeviceIoControl() argument 71 return BOOLToBool(::DeviceIoControl(_handle, controlCode, inBuffer, inSize, in DeviceIoControl() 75 bool DeviceIoControl(DWORD controlCode, LPVOID inBuffer, in DeviceIoControl() argument 79 return DeviceIoControl(controlCode, inBuffer, inSize, outBuffer, outSize, &ret, 0); in DeviceIoControl() 82 bool DeviceIoControlOut(DWORD controlCode, LPVOID outBuffer, DWORD outSize) const in DeviceIoControlOut() argument 83 { return DeviceIoControl(controlCode, NULL, 0, outBuffer, outSize); } in DeviceIoControlOut()
|