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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.h282 typedef VBOXSERVICECTRLPROCESS *PVBOXSERVICECTRLPROCESS; typedef
303 extern PVBOXSERVICECTRLPROCESS GstCntlSessionRetainProcess(PVBOXSERVICECTRLSESSION pSession, uint32_t uPID);
308 extern int GstCntlSessionProcessAdd(PVBOXSERVICECTRLSESSION pSession, PVBOXSERVICECTRLPROCESS pProcess);
309 extern int GstCntlSessionProcessRemove(PVBOXSERVICECTRLSESSION pSession, PVBOXSERVICECTRLPROCESS pProcess);
313 extern int GstCntlProcessFree(PVBOXSERVICECTRLPROCESS pProcess);
314 extern int GstCntlProcessHandleInput(PVBOXSERVICECTRLPROCESS pProcess, PVBGLR3GUESTCTRLCMDCTX pHostCtx, bool fPendingClose, void *pvBuf, uint32_t cbBuf);
315 extern int GstCntlProcessHandleOutput(PVBOXSERVICECTRLPROCESS pProcess, PVBGLR3GUESTCTRLCMDCTX pHostCtx, uint32_t uHandle, uint32_t cbToRead, uint32_t uFlags);
316 extern int GstCntlProcessHandleTerm(PVBOXSERVICECTRLPROCESS pProcess);
317 extern void GstCntlProcessRelease(PVBOXSERVICECTRLPROCESS pProcess);
319 extern int GstCntlProcessStop(PVBOXSERVICECTRLPROCESS pProces
[all...]

Completed in 33 milliseconds