gvAreDevicesSetup

GameSpy SDK

gvAreDevicesSetup

Determines if the registry has information on the specified device pair.

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

Return Value

Returns GVTrue if gvRunSetupWizard has been run on the pair; otherwise, GVFalse.

Parameters

captureDeviceID
[in] Reference to the device used to capture audio
playbackDeviceID
[in] Reference to the device used to playback audio

Remarks

If gvAreDevicesSetup returns GVTrue, and the gvRunSetupWizard does not need to be run again. If it returns GVFalse, then the gvRunSetupWizard has not been run for the pair of devices.

Section Reference: Gamespy Voice SDK

See Also: gvNewDevice, gvRunSetupWizard