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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4102 nsresult (*SetLogEnabled)(IMachineDebugger *pThis, PRBool logEnabled); member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v3_0.h4628 nsresult (*SetLogEnabled)(IMachineDebugger *pThis, PRBool logEnabled); member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v3_1.h4526 nsresult (*SetLogEnabled)(IMachineDebugger *pThis, PRBool logEnabled); member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v3_2.h4749 nsresult (*SetLogEnabled)(IMachineDebugger *pThis, PRBool logEnabled); member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_0.h5046 nsresult (*SetLogEnabled)(IMachineDebugger *pThis, PRBool logEnabled); member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_1.h5438 nsresult (*SetLogEnabled)(IMachineDebugger *pThis, PRBool logEnabled); member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_2.h6373 nsresult (*SetLogEnabled)(IMachineDebugger *pThis, PRBool logEnabled); member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_3.h13124 nsresult (*SetLogEnabled)(IMachineDebugger *pThis, PRBool logEnabled); member in struct:IMachineDebugger_vtbl
13313 nsresult (*SetLogEnabled)(IMachineDebugger *pThis, PRBool logEnabled); member in struct:IMachineDebuggerVtbl
13506 #define IMachineDebugger_put_LogEnabled(p, aLogEnabled) ((p)->lpVtbl->SetLogEnabled(p, aLogEnabled))
13507 #define IMachineDebugger_SetLogEnabled(p, aLogEnabled) ((p)->lpVtbl->SetLogEnabled(p, aLogEnabled))

Completed in 441 milliseconds