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

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp2291 struct TSMFVRDPCTX *pVRDPCtx; /* NULL if no corresponding host channel context. */ member in struct:TSMFHOSTCHCTX
2318 TSMFVRDPCTX *pVRDPCtx = (TSMFVRDPCTX *)RTMemAllocZ(sizeof(TSMFVRDPCTX)); local
2319 if (!pVRDPCtx)
2326 *ppVRDPCtx = pVRDPCtx;
2354 TSMFVRDPCTX *pVRDPCtx = NULL; local
2356 int rc = tsmfContextsAlloc(&pHostChCtx, &pVRDPCtx);
2363 pHostChCtx->pVRDPCtx = pVRDPCtx;
2365 pVRDPCtx->pThis = pThis;
2366 pVRDPCtx
2593 TSMFVRDPCTX *pVRDPCtx = (TSMFVRDPCTX *)pvChannel; local
[all...]

Completed in 54 milliseconds