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

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp189 * @param ppvResource Where to return the pointer to the data.
193 static int FindData(const char *pszDataName, PVOID *ppvResource, DWORD *pdwSize) argument
220 *ppvResource = LockResource(hData);
221 AssertReturn(*ppvResource, VERR_IO_GEN_FAILURE);

Completed in 52 milliseconds