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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h1272 interface IGuestSessionEvent; variable
1415 typedef interface IGuestSessionEvent IGuestSessionEvent; typedef
18173 /* Start of struct IGuestSessionEvent declaration */
18186 nsresult (*GetSession)(IGuestSessionEvent *pThis, IGuestSession * *session);
18192 nsresult (*QueryInterface)(IGuestSessionEvent *pThis, const nsID *iid, void **resultp);
18193 nsrefcnt (*AddRef)(IGuestSessionEvent *pThis);
18194 nsrefcnt (*Release)(IGuestSessionEvent *pThis);
18195 nsresult (*GetType)(IGuestSessionEvent *pThis, PRUint32 *type);
18197 nsresult (*GetSource)(IGuestSessionEvent *pThi
[all...]

Completed in 454 milliseconds