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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h7198 nsresult (*SetWinId)(IShowWindowEvent *pThis, PRInt64 winId); member in struct:IShowWindowEvent_vtbl
H A DVBoxCAPI_v4_1.h7598 nsresult (*SetWinId)(IShowWindowEvent *pThis, PRInt64 winId); member in struct:IShowWindowEvent_vtbl
H A DVBoxCAPI_v4_2.h8604 nsresult (*SetWinId)(IShowWindowEvent *pThis, PRInt64 winId); member in struct:IShowWindowEvent_vtbl
H A DVBoxCAPI_v4_3.h20292 nsresult (*SetWinId)(IShowWindowEvent *pThis, PRInt64 winId); member in struct:IShowWindowEvent_vtbl
20316 nsresult (*SetWinId)(IShowWindowEvent *pThis, PRInt64 winId); member in struct:IShowWindowEventVtbl
20332 #define IShowWindowEvent_put_WinId(p, aWinId) ((p)->lpVtbl->SetWinId(p, aWinId))
20333 #define IShowWindowEvent_SetWinId(p, aWinId) ((p)->lpVtbl->SetWinId(p, aWinId))

Completed in 285 milliseconds