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

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp190 * @param pdwSize Where to return the size of the data (if found).
193 static int FindData(const char *pszDataName, PVOID *ppvResource, DWORD *pdwSize) argument
212 if (pdwSize)
213 *pdwSize = cb;

Completed in 47 milliseconds