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

/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp188 * @param pszDataName Name of resource to read.
193 static int FindData(const char *pszDataName, PVOID *ppvResource, DWORD *pdwSize) argument
195 AssertReturn(pszDataName, VERR_INVALID_PARAMETER);
200 int rc = RTStrToUtf16(pszDataName, &pwszDataName);

Completed in 33 milliseconds