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

/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp65 * @param aFamilyId os family short name string
75 HRESULT GuestOSType::init(const Global::OSType &ostype)/*const char *aFamilyId, const char *aFamilyDescription,
89 LogFlowThisFunc(("aFamilyId='%s', aFamilyDescription='%s', "
95 aFamilyId, aFamilyDescription,
149 HRESULT GuestOSType::getFamilyId(com::Utf8Str &aFamilyId) argument
152 aFamilyId = mFamilyID;

Completed in 58 milliseconds