DDraceNetwork Docs
|
Macros | |
#define | STEAMAPI DYNAMIC_EXPORT |
Functions | |
bool | SteamAPI_Init () |
HSteamPipe | SteamAPI_GetHSteamPipe () |
void | SteamAPI_Shutdown () |
void | SteamAPI_ManualDispatch_Init () |
void | SteamAPI_ManualDispatch_FreeLastCallback (HSteamPipe SteamPipe) |
bool | SteamAPI_ManualDispatch_GetNextCallback (HSteamPipe SteamPipe, CallbackMsg_t *pCallbackMsg) |
void | SteamAPI_ManualDispatch_RunFrame (HSteamPipe SteamPipe) |
ISteamApps * | SteamAPI_SteamApps_v008 () |
int | SteamAPI_ISteamApps_GetLaunchCommandLine (ISteamApps *pSelf, char *pBuffer, int BufferSize) |
const char * | SteamAPI_ISteamApps_GetLaunchQueryParam (ISteamApps *pSelf, const char *pKey) |
ISteamFriends * | SteamAPI_SteamFriends_v017 () |
const char * | SteamAPI_ISteamFriends_GetPersonaName (ISteamFriends *pSelf) |
bool | SteamAPI_ISteamFriends_SetRichPresence (ISteamFriends *pSelf, const char *pKey, const char *pValue) |
void | SteamAPI_ISteamFriends_ClearRichPresence (ISteamFriends *pSelf) |
#define STEAMAPI DYNAMIC_EXPORT |
HSteamPipe SteamAPI_GetHSteamPipe | ( | ) |
bool SteamAPI_Init | ( | ) |
int SteamAPI_ISteamApps_GetLaunchCommandLine | ( | ISteamApps * | pSelf, |
char * | pBuffer, | ||
int | BufferSize | ||
) |
const char * SteamAPI_ISteamApps_GetLaunchQueryParam | ( | ISteamApps * | pSelf, |
const char * | pKey | ||
) |
void SteamAPI_ISteamFriends_ClearRichPresence | ( | ISteamFriends * | pSelf | ) |
const char * SteamAPI_ISteamFriends_GetPersonaName | ( | ISteamFriends * | pSelf | ) |
bool SteamAPI_ISteamFriends_SetRichPresence | ( | ISteamFriends * | pSelf, |
const char * | pKey, | ||
const char * | pValue | ||
) |
void SteamAPI_ManualDispatch_FreeLastCallback | ( | HSteamPipe | SteamPipe | ) |
bool SteamAPI_ManualDispatch_GetNextCallback | ( | HSteamPipe | SteamPipe, |
CallbackMsg_t * | pCallbackMsg | ||
) |
void SteamAPI_ManualDispatch_Init | ( | ) |
void SteamAPI_ManualDispatch_RunFrame | ( | HSteamPipe | SteamPipe | ) |
void SteamAPI_Shutdown | ( | ) |
ISteamApps * SteamAPI_SteamApps_v008 | ( | ) |
ISteamFriends * SteamAPI_SteamFriends_v017 | ( | ) |