Returns Operation System template name the Parallels Virtuozzo Container sOsTemplate: [out] A pointer to a buffer that receives the result.
PRL_RESULT PrlVmCfg_GetOsTemplate( PRL_HANDLE hVmCfg, PRL_STR sOsTemplate, PRL_UINT32_PTR pnBufLength );
PrlApiDeprecated.h
pnBufLength: [in] The size of the output buffer (in bytes). Set the buffer pointer to null and this parameter's value to zero to receive the required size. [out] The required output buffer size.
PRL_ERR_SUCCESS - function completed successfully.