Returns handle of type PHT_OPAQUE_TYPE_LIST which contains supported guest OSes list for specified guest OS type retrieved from remote server (see PrlSrv_GetSupportedOses).
PRL_RESULT PrlOsesMatrix_GetSupportedOsesVersions( PRL_HANDLE hOsesMatrix, PRL_UINT8 nGuestOsType, PRL_HANDLE_PTR phGuestsList );
PrlApiVm.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle, null pointer or unknown OS type was passed.
PRL_ERR_OUT_OF_MEMORY - not enough memory to create the list object.
PRL_ERR_SUCCESS - function completed successfully.