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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxClipboard.cpp621 int VBoxClipboardInit(const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread) argument
656 *ppInstance = &gCtx;
H A DVBoxIPC.cpp165 * @param ppInstance The instance pointer which refer to this object.
168 int VBoxIPCInit(const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread) argument
171 /** ppInstance not used here. */
206 *ppInstance = &gCtx;
H A DVBoxSeamless.cpp63 int VBoxSeamlessInit(const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread) argument
101 *ppInstance = &gCtx;
H A DVBoxVRDP.cpp277 int VBoxVRDPInit(const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread) argument
299 *ppInstance = &gCtx;
H A DVBoxDisplay.cpp67 int VBoxDisplayInit(const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread) argument
133 *ppInstance = (void *)&gCtx;
H A DVBoxDnD.cpp1504 * @param ppInstance The instance pointer which refer to this object.
1507 int VBoxDnDInit(const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread) argument
1510 /** ppInstance not used here. */
1564 *ppInstance = pCtx;
H A DVBoxLA.cpp1211 int VBoxLAInit(const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread) argument
1255 *ppInstance = &gCtx;
/vbox/src/VBox/HostDrivers/VBoxNetFlt/
H A DVBoxNetFlt.c1102 * @retval VINF_SUCCESS and *ppInstance if a new instance was created.
1103 * @retval VINF_ALREADY_INITIALIZED and *ppInstance if an instance already exists.
1107 * @param ppInstance Where to return the instance pointer on success.
1110 DECLHIDDEN(int) vboxNetFltSearchCreateInstance(PVBOXNETFLTGLOBALS pGlobals, const char *pszName, PVBOXNETFLTINS *ppInstance, void *pvContext) argument
1117 *ppInstance = NULL;
1169 *ppInstance = pCur;
1181 *ppInstance = NULL;
1215 *ppInstance = IFPORT_2_VBOXNETFLTINS(pIfPort);
1217 *ppInstance = NULL;
/vbox/src/VBox/HostServices/HostChannel/
H A DHostChannel.cpp252 static int vhcInstanceCreate(VBOXHOSTCHCLIENT *pClient, VBOXHOSTCHINSTANCE **ppInstance) argument
275 *ppInstance = pInstance;

Completed in 68 milliseconds