Virtuozzo Virtualization SDK C API Reference
|
Returns the support type for the specified guest OS type retrieved from the remote server (see PrlSrv_GetSupportedOses) and guest OS version (see PrlOsesMatrix_GetSupportedOsesVersions)
PRL_RESULT PrlOsesMatrix_GetSupportType( PRL_HANDLE hOsesMatrix, PRL_UINT8 nGuestOsType, PRL_UINT16 nGuestOSVersion, PRL_GUEST_OS_SUPPORT_TYPE_PTR pnGuestSupportType );
PrlApiVm.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - an invalid handle, a null pointer or an unknown OS type/version was passed.
PRL_ERR_SUCCESS - function completed successfully