Creates VM registration parameters object handle.
PRL_RESULT PrlVmRegisterParams_Create( PRL_HANDLE_PTR phParams );
PrlApiVm.h
PRL_RESULT. Possible values are:
PRL_ERR_INVALID_ARG - Invalid handle or null pointer was passed. PRL_ERR_OUT_OF_MEMORY - Not enough memory to create an object. PRL_ERR_SUCCESS - Function completed successfully.
VM registration parameters intented to be used to customize VM registration on server.