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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h3898 nsresult (*GetInfoVDSize)(ISystemProperties *pThis, PRInt64 *infoVDSize); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_1.h4140 nsresult (*GetInfoVDSize)(ISystemProperties *pThis, PRInt64 *infoVDSize); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_2.h4484 nsresult (*GetInfoVDSize)(ISystemProperties *pThis, PRInt64 *infoVDSize); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_3.h8074 nsresult (*GetInfoVDSize)(ISystemProperties *pThis, PRInt64 *infoVDSize); member in struct:ISystemProperties_vtbl
8210 nsresult (*GetInfoVDSize)(ISystemProperties *pThis, PRInt64 *infoVDSize); member in struct:ISystemPropertiesVtbl
8343 #define ISystemProperties_get_InfoVDSize(p, aInfoVDSize) ((p)->lpVtbl->GetInfoVDSize(p, aInfoVDSize))
8344 #define ISystemProperties_GetInfoVDSize(p, aInfoVDSize) ((p)->lpVtbl->GetInfoVDSize(p, aInfoVDSize))

Completed in 296 milliseconds