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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h1188 interface IHostVideoInputDevice; variable
1331 typedef interface IHostVideoInputDevice IHostVideoInputDevice; typedef
7612 /* Start of struct IHostVideoInputDevice declaration */
7625 nsresult (*GetName)(IHostVideoInputDevice *pThis, PRUnichar * *name);
7627 nsresult (*GetPath)(IHostVideoInputDevice *pThis, PRUnichar * *path);
7629 nsresult (*GetAlias)(IHostVideoInputDevice *pThis, PRUnichar * *alias);
7635 nsresult (*QueryInterface)(IHostVideoInputDevice *pThis, const nsID *iid, void **resultp);
7636 nsrefcnt (*AddRef)(IHostVideoInputDevice *pThis);
7637 nsrefcnt (*Release)(IHostVideoInputDevice *pThi
[all...]

Completed in 241 milliseconds