Searched refs:hHandle (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/filesystem/test/issues/ |
D | reparse_tag_file_placeholder.cpp | 107 HANDLE hHandle = CreateFileW(name, GENERIC_WRITE, in create_io_reparse_file_placeholder() local 111 if (hHandle == INVALID_HANDLE_VALUE) in create_io_reparse_file_placeholder() 122 bool ret = DeviceIoControl(hHandle, FSCTL_SET_REPARSE_POINT, pReparse, in create_io_reparse_file_placeholder() 131 CloseHandle(hHandle); in create_io_reparse_file_placeholder()
|
/third_party/openh264/codec/console/dec/src/ |
D | d3d9_utils.cpp | 529 hHandle = NULL; in CUtils() 534 hHandle = (void*) new CD3D9Utils; in CUtils() 537 hHandle = (void*) new CD3D9ExUtils; in CUtils() 540 if (hHandle == NULL) in CUtils() 546 if (hHandle) { in ~CUtils() 548 CD3D9Utils* hTmp = (CD3D9Utils*) hHandle; in ~CUtils() 551 CD3D9ExUtils* hTmp = (CD3D9ExUtils*) hHandle; in ~CUtils() 554 hHandle = NULL; in ~CUtils() 586 hResult = ((CD3D9Utils*)hHandle)->Process (pDst, pInfo, pFp); in Process() 589 hResult = ((CD3D9ExUtils*)hHandle)->Process (pDst, pInfo, pFp); in Process()
|
/third_party/boost/boost/winapi/ |
D | wait.hpp | 27 boost::winapi::HANDLE_ hHandle, 46 boost::winapi::HANDLE_ hHandle,
|
/third_party/openh264/codec/console/dec/inc/ |
D | d3d9_utils.h | 144 void* hHandle; variable
|