Collapse All
Parallels Virtualization SDK
PrlApi_UnregisterRemoteDevice Function
System Functions

Unregisters remote device.

Syntax
PRL_RESULT PrlApi_UnregisterRemoteDevice(
    PRL_DEVICE_TYPE device_type
);
File

PrlApiRemoteDev.h

Parameters

device_type
type of the device to unregister,
Returns

PRL_ERR_SUCCESS - device was unregistered. Other values means some error

Remarks

This function will delete any registration done for the device type.

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.