Searched refs:GetGuestOSTypes (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h1582 nsresult (*GetGuestOSTypes)(IVirtualBox *pThis, PRUint32 *guestOSTypesSize, IGuestOSType * **guestOSTypes); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v3_0.h2043 nsresult (*GetGuestOSTypes)(IVirtualBox *pThis, PRUint32 *guestOSTypesSize, IGuestOSType * **guestOSTypes); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v3_1.h1948 nsresult (*GetGuestOSTypes)(IVirtualBox *pThis, PRUint32 *guestOSTypesSize, IGuestOSType * **guestOSTypes); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v3_2.h1993 nsresult (*GetGuestOSTypes)(IVirtualBox *pThis, PRUint32 *guestOSTypesSize, IGuestOSType * **guestOSTypes); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v4_0.h2232 nsresult (*GetGuestOSTypes)(IVirtualBox *pThis, PRUint32 *guestOSTypesSize, IGuestOSType * **guestOSTypes); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v4_1.h2427 nsresult (*GetGuestOSTypes)(IVirtualBox *pThis, PRUint32 *guestOSTypesSize, IGuestOSType * **guestOSTypes); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v4_2.h2659 nsresult (*GetGuestOSTypes)(IVirtualBox *pThis, PRUint32 *guestOSTypesSize, IGuestOSType * **guestOSTypes); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v4_3.h3824 nsresult (*GetGuestOSTypes)(IVirtualBox *pThis, PRUint32 *guestOSTypesSize, IGuestOSType * **guestOSTypes); member in struct:IVirtualBox_vtbl
4038 nsresult (*GetGuestOSTypes)(IVirtualBox *pThis, PRUint32 *guestOSTypesSize, IGuestOSType * **guestOSTypes); member in struct:IVirtualBoxVtbl
4249 #define IVirtualBox_get_GuestOSTypes(p, aGuestOSTypes) ((p)->lpVtbl->GetGuestOSTypes(p, aGuestOSTypes))
4250 #define IVirtualBox_GetGuestOSTypes(p, aGuestOSTypes) ((p)->lpVtbl->GetGuestOSTypes(p, aGuestOSTypes))
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3923 CGuestOSTypeVector coll = m_vbox.GetGuestOSTypes();

Completed in 7949 milliseconds