gvFreeDevice
Frees a device so that GV can clean it up.
- void gvFreeDevice(
- GVDevice device );
Routine | Required Header | Distribution |
---|---|---|
gvFreeDevice | <gv.h> | SDKZIP |
Parameters
- device
- [in] The handle to the deviced to be freed.
Remarks
Once a device has been freed it can no longer be used. After calling this function you should set the variable in which you stored the device handle to NULL.
Section Reference: Gamespy Voice SDK
See Also: gvNewDevice, gvStartDevice, gvStopDevice