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

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp2284 struct TSMFHOSTCHCTX;
2287 typedef struct TSMFHOSTCHCTX struct
2296 } TSMFHOSTCHCTX; typedef in typeref:struct:TSMFHOSTCHCTX
2305 TSMFHOSTCHCTX *pHostChCtx; /* NULL if no corresponding host channel context. */
2310 static int tsmfContextsAlloc(TSMFHOSTCHCTX **ppHostChCtx, TSMFVRDPCTX **ppVRDPCtx)
2312 TSMFHOSTCHCTX *pHostChCtx = (TSMFHOSTCHCTX *)RTMemAllocZ(sizeof(TSMFHOSTCHCTX));
2353 TSMFHOSTCHCTX *pHostChCtx = NULL;
2390 TSMFHOSTCHCTX *pHostChCt
[all...]

Completed in 41 milliseconds