Collapse All
Parallels Virtualization SDK
PrlVmDevSound_SetOutputDev Function
PHT_VIRTUAL_DEV_SOUND See Also

Sets output device string for the specified sound device.

Syntax
PRL_RESULT PrlVmDevSound_SetOutputDev(
    PRL_HANDLE hVmDev, 
    PRL_CONST_STR sNewOutputDev
);
File

PrlApiVm.h

Parameters

hVmDev
A handle of type PHT_VIRTUAL_DEV_SOUND identifying the sound device.
sNewOutputDev
Output device string to set.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

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