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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3081 nsresult (*GetFamilyDescription)(IGuestOSType *pThis, PRUnichar * *familyDescription); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_0.h3634 nsresult (*GetFamilyDescription)(IGuestOSType *pThis, PRUnichar * *familyDescription); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_1.h3646 nsresult (*GetFamilyDescription)(IGuestOSType *pThis, PRUnichar * *familyDescription); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v3_2.h3784 nsresult (*GetFamilyDescription)(IGuestOSType *pThis, PRUnichar * *familyDescription); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_0.h4001 nsresult (*GetFamilyDescription)(IGuestOSType *pThis, PRUnichar * *familyDescription); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_1.h4254 nsresult (*GetFamilyDescription)(IGuestOSType *pThis, PRUnichar * *familyDescription); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_2.h4604 nsresult (*GetFamilyDescription)(IGuestOSType *pThis, PRUnichar * *familyDescription); member in struct:IGuestOSType_vtbl
H A DVBoxCAPI_v4_3.h8452 nsresult (*GetFamilyDescription)(IGuestOSType *pThis, PRUnichar * *familyDescription); member in struct:IGuestOSType_vtbl
8513 nsresult (*GetFamilyDescription)(IGuestOSType *pThis, PRUnichar * *familyDescription); member in struct:IGuestOSTypeVtbl
8571 #define IGuestOSType_get_FamilyDescription(p, aFamilyDescription) ((p)->lpVtbl->GetFamilyDescription(p, aFamilyDescription))
8572 #define IGuestOSType_GetFamilyDescription(p, aFamilyDescription) ((p)->lpVtbl->GetFamilyDescription(p, aFamilyDescription))

Completed in 361 milliseconds