DDraceNetwork Docs
steam_api_stub.cpp File Reference
#include <steam/steam_api_flat.h>
#include <cstdlib>
Include dependency graph for steam_api_stub.cpp:

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)
 

Macro Definition Documentation

◆ STEAMAPI

#define STEAMAPI   DYNAMIC_EXPORT

Function Documentation

◆ SteamAPI_GetHSteamPipe()

HSteamPipe SteamAPI_GetHSteamPipe ( )

◆ SteamAPI_Init()

bool SteamAPI_Init ( )

◆ SteamAPI_ISteamApps_GetLaunchCommandLine()

int SteamAPI_ISteamApps_GetLaunchCommandLine ( ISteamApps *  pSelf,
char *  pBuffer,
int  BufferSize 
)

◆ SteamAPI_ISteamApps_GetLaunchQueryParam()

const char * SteamAPI_ISteamApps_GetLaunchQueryParam ( ISteamApps *  pSelf,
const char *  pKey 
)

◆ SteamAPI_ISteamFriends_ClearRichPresence()

void SteamAPI_ISteamFriends_ClearRichPresence ( ISteamFriends *  pSelf)

◆ SteamAPI_ISteamFriends_GetPersonaName()

const char * SteamAPI_ISteamFriends_GetPersonaName ( ISteamFriends *  pSelf)

◆ SteamAPI_ISteamFriends_SetRichPresence()

bool SteamAPI_ISteamFriends_SetRichPresence ( ISteamFriends *  pSelf,
const char *  pKey,
const char *  pValue 
)

◆ SteamAPI_ManualDispatch_FreeLastCallback()

void SteamAPI_ManualDispatch_FreeLastCallback ( HSteamPipe  SteamPipe)

◆ SteamAPI_ManualDispatch_GetNextCallback()

bool SteamAPI_ManualDispatch_GetNextCallback ( HSteamPipe  SteamPipe,
CallbackMsg_t pCallbackMsg 
)

◆ SteamAPI_ManualDispatch_Init()

void SteamAPI_ManualDispatch_Init ( )

◆ SteamAPI_ManualDispatch_RunFrame()

void SteamAPI_ManualDispatch_RunFrame ( HSteamPipe  SteamPipe)

◆ SteamAPI_Shutdown()

void SteamAPI_Shutdown ( )

◆ SteamAPI_SteamApps_v008()

ISteamApps * SteamAPI_SteamApps_v008 ( )

◆ SteamAPI_SteamFriends_v017()

ISteamFriends * SteamAPI_SteamFriends_v017 ( )