Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmDevSound_SetAdvancedType Function
PHT_VIRTUAL_DEV_SOUND

Sets the specified virtual sound device emulation type.

Syntax
PRL_RESULT PrlVmDevSound_SetAdvancedType(
    PRL_HANDLE hVmDev, 
    PRL_VM_DEV_EMULATION_TYPE nAdvancedType
);
File

PrlApiVm.h

Parameters

hVmDev
A handle identifying the virtual device.
nEmulatedType
The emulation type to set.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

Emulation types are defined in the PRL_VM_DEV_EMULATION_TYPE enumeration. PDT_USE_INTEL_HDA_SOUND (Intel HDA), PDT_USE_AC97_SOUND (AC'97), PDT_USE_CREATIVE_SB16_SOUND (Creative).

Links
© 2021 Parallels International GmbH. All rights reserved.