Collapse All
Parallels C API Reference Guide
PrlVmDevSound_SetMixerDev Function
PrlApi.h PHT_VIRTUAL_DEV_SOUND See Also Send Feedback

Sets mixer device string for the specified sound device.

Syntax
PRL_RESULT PrlVmDevSound_SetMixerDev(
    PRL_HANDLE hVmDev, 
    PRL_CONST_STR sNewMixerDev
);
File
Parameters

hVmDev
A handle of type PHT_VIRTUAL_DEV_SOUND identifying the sound device.
sNewMixerDev
Mixer 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 (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!