gvRunSetupWizard

GameSpy SDK

gvRunSetupWizard

Interacts with the user to set up the capture and playback devices.

GVBool gvRunSetupWizard(
GVDeviceID captureDeviceID,
GVDeviceID playbackDeviceID );
RoutineRequired HeaderDistribution
gvRunSetupWizard<gv.h>SDKZIP

Return Value

Returns GVTrue if the user successfully completes the wizard, GVFalse otherwise.

Parameters

captureDeviceID
[in] Id of the capture device to set up
playbackDeviceID
[in] Id of the playback device to set up

Remarks

For use with Win32 only, if the user has DirectX 8 or greater.
The wizard will take over control of the program while it executes. It has the user speak into the capture device, and monitors the audio to automatically set system level capture and playback volumes. gvRunSetupWizard stores setup information in the registry.

Section Reference: Gamespy Voice SDK

See Also: gvAreDevicesSetup