Determines if the virtual hard disk is split into multiple files.
PRL_RESULT PrlVmDevHd_IsSplitted( PRL_HANDLE hVmDev, PRL_BOOL_PTR pbSplitted );
PrlApiVm.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_SUCCESS - function completed successfully.
When adding a virtual hard disk to a virtual machine, you have an option of splitting the disk into multiple files. By using this function, you can determine whether this options was used or not.