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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h184 typedef VBOXSERVICECTRLSESSION *PVBOXSERVICECTRLSESSION; typedef
239 PVBOXSERVICECTRLSESSION pSession;
303 extern PVBOXSERVICECTRLPROCESS GstCntlSessionRetainProcess(PVBOXSERVICECTRLSESSION pSession, uint32_t uPID);
304 extern int GstCntlSessionClose(PVBOXSERVICECTRLSESSION pSession);
305 extern int GstCntlSessionDestroy(PVBOXSERVICECTRLSESSION pSession);
306 extern int GstCntlSessionInit(PVBOXSERVICECTRLSESSION pSession, uint32_t uFlags);
307 extern int GstCntlSessionHandler(PVBOXSERVICECTRLSESSION pSession, uint32_t uMsg, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf, volatile bool *pfShutdown);
308 extern int GstCntlSessionProcessAdd(PVBOXSERVICECTRLSESSION pSession, PVBOXSERVICECTRLPROCESS pProcess);
309 extern int GstCntlSessionProcessRemove(PVBOXSERVICECTRLSESSION pSession, PVBOXSERVICECTRLPROCESS pProcess);
310 extern int GstCntlSessionProcessStartAllowed(const PVBOXSERVICECTRLSESSION pSessio
[all...]

Completed in 42 milliseconds