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

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp2285 struct TSMFVRDPCTX;
2291 struct TSMFVRDPCTX *pVRDPCtx; /* NULL if no corresponding host channel context. */
2298 typedef struct TSMFVRDPCTX struct
2308 } TSMFVRDPCTX; typedef in typeref:struct:TSMFVRDPCTX
2310 static int tsmfContextsAlloc(TSMFHOSTCHCTX **ppHostChCtx, TSMFVRDPCTX **ppVRDPCtx)
2318 TSMFVRDPCTX *pVRDPCtx = (TSMFVRDPCTX *)RTMemAllocZ(sizeof(TSMFVRDPCTX));
2354 TSMFVRDPCTX *pVRDPCtx = NULL;
2593 TSMFVRDPCTX *pVRDPCt
[all...]

Completed in 56 milliseconds