gvIsDeviceStarted

GameSpy SDK

gvIsDeviceStarted

Checks to see if a whether or not a device has been started as the given device type.

GVBool gvIsDeviceStarted(
GVDevice device,
GVDeviceType type );
RoutineRequired HeaderDistribution
gvIsDeviceStarted<gv.h>SDKZIP

Return Value

Returns GVTrue if the device has been started, GVFalse if not.

Parameters

device
[in] The handle to the device.
type
[in] Specifies capture or playback device.

Section Reference: Gamespy Voice SDK

See Also: gvStartDevice, gvStopDevice