ProfileCallbackFn
Used in conjunction with the GetProfileIDFromCD function; called when the ProfileID retrieval has completed.
- typedef void (*ProfileCallbackFn)(
- int localid,
- int profileid,
- int success,
- void * instance );
Routine | Required Header | Distribution |
---|---|---|
ProfileCallbackFn | <gpersist.h> | SDKZIP |
Parameters
- localid
- [in] The localid associated with the ProfileID
- profileid
- [in] The requested profileid.
- success
- [in] True if successful.
- instance
- [in] The same instance pointer that was passed to GetProfileIDFromCD.
Section Reference: Gamespy Persistent Storage SDK