gpGetNumTransfers
Returns the number of pending file transfers.
- GPResult gpGetNumTransfers(
- GPConnection * connection,
- int * num );
Routine | Required Header | Distribution |
---|---|---|
gpGetNumTransfers | <gp.h> | SDKZIP |
Return Value
This function returns GP_NO_ERROR upon success. Otherwise a valid GPResult is returned.
Parameters
- connection
- [in] A GP connection interface.
- num
- [out] The number of pending transfers.
Remarks
Returns the number of pending file transfers.
Section Reference: Gamespy Presence SDK