Home
last modified time | relevance | path

Searched refs:hHandle (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/filesystem/test/issues/
Dreparse_tag_file_placeholder.cpp107 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/
Dd3d9_utils.cpp529 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/
Dwait.hpp27 boost::winapi::HANDLE_ hHandle,
46 boost::winapi::HANDLE_ hHandle,
/third_party/openh264/codec/console/dec/inc/
Dd3d9_utils.h144 void* hHandle; variable