gpSetInfoCacheFilename
Sets the file name for the internal profile cache.
- void gpSetInfoCacheFilename(
- const gsi_char * filename );
Routine | Required Header | Distribution |
---|---|---|
gpSetInfoCacheFilename | <gp.h> | SDKZIP |
Parameters
- filename
- [in] The filename to use for the profile cache.
Remarks
This function should be called before gpInitialize.
Unicode Mappings
Routine | GSI_UNICODE Not Defined | GSI_UNICODE Defined |
---|---|---|
gpSetInfoCacheFilename | gpSetInfoCacheFilenameA | gpSetInfoCacheFilenameW |
gpSetInfoCacheFilenameW and gpSetInfoCacheFilenameA are UNICODE and ANSI mapped versions of gpSetInfoCacheFilename. The arguments of gpSetInfoCacheFilenameA are ANSI strings; those of gpSetInfoCacheFilenameW are wide-character strings.
Section Reference: Gamespy Presence SDK