Frees the PHT_VIRTUAL_DISK handle.
PRL_RESULT PrlDisk_Free( const PRL_HANDLE Handle );
PrlDisk.h
PRL_RESULT . Possible values are:
PRL_ERR_INVALID_ARG - invalid handle was passed.
PRL_ERR_SUCCESS - operation completed successfully.
This function must be called to free the PHT_VIRTUAL_DISK handle when it is no loner needed. Failure to do so will result in a memory leak.