Searched defs:phHandle (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_htable.h73 DECLINLINE(void*) CrHTableIterNext(PCRHTABLE_ITERATOR pIter, CRHTABLE_HANDLE *phHandle) argument
79 if (phHandle)
80 *phHandle = 0;
92 if (phHandle)
93 *phHandle = crHTableIndex2Handle(i);
/vbox/src/VBox/Runtime/r3/posix/
H A DldrNative-posix.cpp43 int rtldrNativeLoad(const char *pszFilename, uintptr_t *phHandle, uint32_t fFlags, PRTERRINFO pErrInfo) argument
79 *phHandle = (uintptr_t)pvMod;
/vbox/src/VBox/Runtime/r3/win/
H A DldrNative-win.cpp49 int rtldrNativeLoad(const char *pszFilename, uintptr_t *phHandle, uint32_t fFlags, PRTERRINFO pErrInfo) argument
51 Assert(sizeof(*phHandle) >= sizeof(HMODULE));
77 *phHandle = (uintptr_t)hmod;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPMisc.cpp144 PVOID vboxWddmHTableIterNext(PVBOXWDDM_HTABLE_ITERATOR pIter, VBOXWDDM_HANDLE *phHandle) argument
156 if (phHandle)
157 *phHandle = hHandle;
164 if (phHandle)
165 *phHandle = VBOXWDDM_HANDLE_INVALID;
/vbox/src/VBox/Runtime/r3/nt/
H A Dpathint-nt.cpp383 * @param phHandle Where to return the handle.
388 PHANDLE phHandle, PULONG_PTR puAction)
390 *phHandle = RTNT_INVALID_HANDLE_VALUE;
417 *phHandle = hFile;
440 * @param phHandle Where to return the handle.
447 ULONG fObjAttribs, PHANDLE phHandle, bool *pfObjDir)
449 *phHandle = RTNT_INVALID_HANDLE_VALUE;
476 *phHandle = hFile;
509 *phHandle = hFile;
386 RTNtPathOpen(const char *pszPath, ACCESS_MASK fDesiredAccess, ULONG fFileAttribs, ULONG fShareAccess, ULONG fCreateDisposition, ULONG fCreateOptions, ULONG fObjAttribs, PHANDLE phHandle, PULONG_PTR puAction) argument
446 RTNtPathOpenDir(const char *pszPath, ACCESS_MASK fDesiredAccess, ULONG fShareAccess, ULONG fCreateOptions, ULONG fObjAttribs, PHANDLE phHandle, bool *pfObjDir) argument

Completed in 167 milliseconds