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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h8088 nsresult (*GetLoggingLevel)(ISystemProperties *pThis, PRUnichar * *loggingLevel); member in struct:ISystemProperties_vtbl
8224 nsresult (*GetLoggingLevel)(ISystemProperties *pThis, PRUnichar * *loggingLevel); member in struct:ISystemPropertiesVtbl
8359 #define ISystemProperties_get_LoggingLevel(p, aLoggingLevel) ((p)->lpVtbl->GetLoggingLevel(p, aLoggingLevel))
8360 #define ISystemProperties_GetLoggingLevel(p, aLoggingLevel) ((p)->lpVtbl->GetLoggingLevel(p, aLoggingLevel))

Completed in 1116 milliseconds