Searched defs:GetLogRelGroups (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h6383 nsresult (*GetLogRelGroups)(IMachineDebugger *pThis, PRUnichar * *logRelGroups); member in struct:IMachineDebugger_vtbl
H A DVBoxCAPI_v4_3.h13134 nsresult (*GetLogRelGroups)(IMachineDebugger *pThis, PRUnichar * *logRelGroups); member in struct:IMachineDebugger_vtbl
13323 nsresult (*GetLogRelGroups)(IMachineDebugger *pThis, PRUnichar * *logRelGroups); member in struct:IMachineDebuggerVtbl
13516 #define IMachineDebugger_get_LogRelGroups(p, aLogRelGroups) ((p)->lpVtbl->GetLogRelGroups(p, aLogRelGroups))
13517 #define IMachineDebugger_GetLogRelGroups(p, aLogRelGroups) ((p)->lpVtbl->GetLogRelGroups(p, aLogRelGroups))

Completed in 156 milliseconds