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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h1273 interface IGuestSessionStateChangedEvent; variable
1416 typedef interface IGuestSessionStateChangedEvent IGuestSessionStateChangedEvent; typedef
18238 /* Start of struct IGuestSessionStateChangedEvent declaration */
18251 nsresult (*GetId)(IGuestSessionStateChangedEvent *pThis, PRUint32 *id);
18253 nsresult (*GetStatus)(IGuestSessionStateChangedEvent *pThis, PRUint32 *status);
18255 nsresult (*GetError)(IGuestSessionStateChangedEvent *pThis, IVirtualBoxErrorInfo * *error);
18261 nsresult (*QueryInterface)(IGuestSessionStateChangedEvent *pThis, const nsID *iid, void **resultp);
18262 nsrefcnt (*AddRef)(IGuestSessionStateChangedEvent *pThis);
18263 nsrefcnt (*Release)(IGuestSessionStateChangedEvent *pThi
[all...]

Completed in 196 milliseconds