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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2112 nsresult (*GetACPIEnabled)(IBIOSSettings *pThis, PRBool *ACPIEnabled); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_0.h2650 nsresult (*GetACPIEnabled)(IBIOSSettings *pThis, PRBool *ACPIEnabled); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_1.h2553 nsresult (*GetACPIEnabled)(IBIOSSettings *pThis, PRBool *ACPIEnabled); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v3_2.h2608 nsresult (*GetACPIEnabled)(IBIOSSettings *pThis, PRBool *ACPIEnabled); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_0.h2772 nsresult (*GetACPIEnabled)(IBIOSSettings *pThis, PRBool *ACPIEnabled); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_1.h2982 nsresult (*GetACPIEnabled)(IBIOSSettings *pThis, PRBool *ACPIEnabled); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_2.h3251 nsresult (*GetACPIEnabled)(IBIOSSettings *pThis, PRBool *ACPIEnabled); member in struct:IBIOSSettings_vtbl
H A DVBoxCAPI_v4_3.h4768 nsresult (*GetACPIEnabled)(IBIOSSettings *pThis, PRBool *ACPIEnabled); member in struct:IBIOSSettings_vtbl
4804 nsresult (*GetACPIEnabled)(IBIOSSettings *pThis, PRBool *ACPIEnabled); member in struct:IBIOSSettingsVtbl
4842 #define IBIOSSettings_get_ACPIEnabled(p, aACPIEnabled) ((p)->lpVtbl->GetACPIEnabled(p, aACPIEnabled))
4843 #define IBIOSSettings_GetACPIEnabled(p, aACPIEnabled) ((p)->lpVtbl->GetACPIEnabled(p, aACPIEnabled))

Completed in 371 milliseconds