Méthode | Description | |
---|---|---|
AdvertiseGame ( ulong steamIDGameServer, uint unIPServer, char usPortServer ) : void | ||
BIsBehindNAT ( ) : bool | ||
BLoggedOn ( ) : bool | ||
BeginAuthSession ( |
||
CSteamUser ( |
||
CancelAuthTicket ( uint hAuthTicket ) : void | ||
DecompressVoice ( |
||
EndAuthSession ( ulong steamID ) : void | ||
GetAuthSessionTicket ( |
||
GetAvailableVoice ( uint &pcbCompressed, uint &pcbUncompressed, uint nUncompressedVoiceDesiredSampleRate ) : uint | ||
GetEncryptedAppTicket ( |
||
GetGameBadgeLevel ( int nSeries, bool bFoil ) : int | ||
GetHSteamUser ( ) : uint | ||
GetIntPtr ( ) : |
||
GetPlayerSteamLevel ( ) : int | ||
GetSteamID ( ) : ulong | ||
GetUserDataFolder ( string pchBuffer, int cubBuffer ) : bool | ||
GetVoice ( bool bWantCompressed, |
||
GetVoiceOptimalSampleRate ( ) : uint | ||
InitiateGameConnection ( |
||
RequestEncryptedAppTicket ( |
||
RequestStoreAuthURL ( string pchRedirectURL ) : ulong | ||
StartVoiceRecording ( ) : void | ||
StopVoiceRecording ( ) : void | ||
TerminateGameConnection ( uint unIPServer, char usPortServer ) : void | ||
TrackAppUsageEvent ( ulong gameID, int eAppUsageEvent, string pchExtraInfo ) : void | ||
UserHasLicenseForApp ( ulong steamID, uint appID ) : uint |
Méthode | Description | |
---|---|---|
CheckIfUsable ( ) : void |
public AdvertiseGame ( ulong steamIDGameServer, uint unIPServer, char usPortServer ) : void | ||
steamIDGameServer | ulong | |
unIPServer | uint | |
usPortServer | char | |
Résultat | void |
public BeginAuthSession ( |
||
pAuthTicket | ||
cbAuthTicket | int | |
steamID | ulong | |
Résultat | uint |
public CancelAuthTicket ( uint hAuthTicket ) : void | ||
hAuthTicket | uint | |
Résultat | void |
public DecompressVoice ( |
||
pCompressed | ||
cbCompressed | uint | |
pDestBuffer | ||
cbDestBufferSize | uint | |
nBytesWritten | uint | |
nDesiredSampleRate | uint | |
Résultat | uint |
public EndAuthSession ( ulong steamID ) : void | ||
steamID | ulong | |
Résultat | void |
public GetAuthSessionTicket ( |
||
pTicket | ||
cbMaxTicket | int | |
pcbTicket | uint | |
Résultat | uint |
public GetAvailableVoice ( uint &pcbCompressed, uint &pcbUncompressed, uint nUncompressedVoiceDesiredSampleRate ) : uint | ||
pcbCompressed | uint | |
pcbUncompressed | uint | |
nUncompressedVoiceDesiredSampleRate | uint | |
Résultat | uint |
public GetEncryptedAppTicket ( |
||
pTicket | ||
cbMaxTicket | int | |
pcbTicket | uint | |
Résultat | bool |
public GetGameBadgeLevel ( int nSeries, bool bFoil ) : int | ||
nSeries | int | |
bFoil | bool | |
Résultat | int |
public GetUserDataFolder ( string pchBuffer, int cubBuffer ) : bool | ||
pchBuffer | string | |
cubBuffer | int | |
Résultat | bool |
public GetVoice ( bool bWantCompressed, |
||
bWantCompressed | bool | |
pDestBuffer | ||
cbDestBufferSize | uint | |
nBytesWritten | uint | |
bWantUncompressed | bool | |
pUncompressedDestBuffer | ||
cbUncompressedDestBufferSize | uint | |
nUncompressBytesWritten | uint | |
nUncompressedVoiceDesiredSampleRate | uint | |
Résultat | uint |
public GetVoiceOptimalSampleRate ( ) : uint | ||
Résultat | uint |
public InitiateGameConnection ( |
||
pAuthBlob | ||
cbMaxAuthBlob | int | |
steamIDGameServer | ulong | |
unIPServer | uint | |
usPortServer | char | |
bSecure | bool | |
Résultat | int |
public RequestEncryptedAppTicket ( |
||
pDataToInclude | ||
cbDataToInclude | int | |
Résultat | ulong |
public RequestStoreAuthURL ( string pchRedirectURL ) : ulong | ||
pchRedirectURL | string | |
Résultat | ulong |
public TerminateGameConnection ( uint unIPServer, char usPortServer ) : void | ||
unIPServer | uint | |
usPortServer | char | |
Résultat | void |
public TrackAppUsageEvent ( ulong gameID, int eAppUsageEvent, string pchExtraInfo ) : void | ||
gameID | ulong | |
eAppUsageEvent | int | |
pchExtraInfo | string | |
Résultat | void |
public UserHasLicenseForApp ( ulong steamID, uint appID ) : uint | ||
steamID | ulong | |
appID | uint | |
Résultat | uint |