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

/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h177 static RTLDRMOD mVRDPLibrary; member in class:ConsoleVRDPServer
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp532 RTLDRMOD ConsoleVRDPServer::mVRDPLibrary = NIL_RTLDRMOD; member in class:ConsoleVRDPServer
3979 if (mVRDPLibrary == NIL_RTLDRMOD)
3985 rc = SUPR3HardenedLdrLoadPlugIn(pszLibraryName, &mVRDPLibrary, &ErrInfo.Core);
3987 rc = SUPR3HardenedLdrLoadAppPriv(pszLibraryName, &mVRDPLibrary, RTLDRLOAD_FLAGS_LOCAL, &ErrInfo.Core);
4007 rc = RTLdrGetSymbol(mVRDPLibrary, s_aSymbols[i].name, s_aSymbols[i].ppfn);
4023 mVRDPLibrary = NIL_RTLDRMOD;
4029 if (mVRDPLibrary != NIL_RTLDRMOD)
4031 RTLdrClose(mVRDPLibrary);
4032 mVRDPLibrary = NIL_RTLDRMOD;

Completed in 44 milliseconds