gvUnpluggedCallback

GameSpy SDK

gvUnpluggedCallback

Called when a device has been unplugged.

typedef void (*gvUnpluggedCallback)(
GVDevice device );
RoutineRequired HeaderDistribution
gvUnpluggedCallback<gv.h>SDKZIP

Parameters

device
[in] The handle to the device.

Remarks

A gvUnpluggedCallback allows an application to know if a device is unplugged or otherwise stops working. The callback will be called when the SDK detects that the device has been unplugged. The device will be freed by the SDK immediately after the callback returns and cannot be used again by the application.

Section Reference: Gamespy Voice SDK

See Also: gvSetUnpluggedCallback