Searched refs:aSystemProperties (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h260 HRESULT getSystemProperties(ComPtr<ISystemProperties> &aSystemProperties);
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp899 HRESULT VirtualBox::getSystemProperties(ComPtr<ISystemProperties> &aSystemProperties) argument
902 m->pSystemProperties.queryInterfaceTo(aSystemProperties.asOutParam());
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h4235 #define IVirtualBox_get_SystemProperties(p, aSystemProperties) ((p)->lpVtbl->GetSystemProperties(p, aSystemProperties))
4236 #define IVirtualBox_GetSystemProperties(p, aSystemProperties) ((p)->lpVtbl->GetSystemProperties(p, aSystemProperties))

Completed in 327 milliseconds