Méthode | Description | |
---|---|---|
BGetDLCDataByIndex ( int iDLC, uint &pAppID, bool &pbAvailable, string pchName, int cchNameBufferSize ) : bool | ||
BIsAppInstalled ( uint appID ) : bool | ||
BIsCybercafe ( ) : bool | ||
BIsDlcInstalled ( uint appID ) : bool | ||
BIsLowViolence ( ) : bool | ||
BIsSubscribed ( ) : bool | ||
BIsSubscribedApp ( uint appID ) : bool | ||
BIsSubscribedFromFreeWeekend ( ) : bool | ||
BIsVACBanned ( ) : bool | ||
CSteamApps ( |
||
GetAppBuildId ( ) : int | ||
GetAppInstallDir ( uint appID, string pchFolder, uint cchFolderBufferSize ) : uint | ||
GetAppOwner ( ) : ulong | ||
GetAvailableGameLanguages ( ) : string | ||
GetCurrentBetaName ( string pchName, int cchNameBufferSize ) : bool | ||
GetCurrentGameLanguage ( ) : string | ||
GetDLCCount ( ) : int | ||
GetDlcDownloadProgress ( uint nAppID, ulong &punBytesDownloaded, ulong &punBytesTotal ) : bool | ||
GetEarliestPurchaseUnixTime ( uint nAppID ) : uint | ||
GetInstalledDepots ( uint appID, uint &pvecDepots, uint cMaxDepots ) : uint | ||
GetIntPtr ( ) : |
||
GetLaunchQueryParam ( string pchKey ) : string | ||
GetPublisherOwnedAppData ( byte &pubBuffer, uint unMaxBytes ) : uint | ||
InstallDLC ( uint nAppID ) : void | ||
MarkContentCorrupt ( bool bMissingFilesOnly ) : bool | ||
RequestAppProofOfPurchaseKey ( uint nAppID ) : void | ||
RequestPublisherOwnedAppData ( ) : void | ||
UninstallDLC ( uint nAppID ) : void |
Méthode | Description | |
---|---|---|
CheckIfUsable ( ) : void |
public BGetDLCDataByIndex ( int iDLC, uint &pAppID, bool &pbAvailable, string pchName, int cchNameBufferSize ) : bool | ||
iDLC | int | |
pAppID | uint | |
pbAvailable | bool | |
pchName | string | |
cchNameBufferSize | int | |
Résultat | bool |
public BIsAppInstalled ( uint appID ) : bool | ||
appID | uint | |
Résultat | bool |
public BIsDlcInstalled ( uint appID ) : bool | ||
appID | uint | |
Résultat | bool |
public BIsSubscribedApp ( uint appID ) : bool | ||
appID | uint | |
Résultat | bool |
public BIsSubscribedFromFreeWeekend ( ) : bool | ||
Résultat | bool |
public GetAppInstallDir ( uint appID, string pchFolder, uint cchFolderBufferSize ) : uint | ||
appID | uint | |
pchFolder | string | |
cchFolderBufferSize | uint | |
Résultat | uint |
public GetAvailableGameLanguages ( ) : string | ||
Résultat | string |
public GetCurrentBetaName ( string pchName, int cchNameBufferSize ) : bool | ||
pchName | string | |
cchNameBufferSize | int | |
Résultat | bool |
public GetDlcDownloadProgress ( uint nAppID, ulong &punBytesDownloaded, ulong &punBytesTotal ) : bool | ||
nAppID | uint | |
punBytesDownloaded | ulong | |
punBytesTotal | ulong | |
Résultat | bool |
public GetEarliestPurchaseUnixTime ( uint nAppID ) : uint | ||
nAppID | uint | |
Résultat | uint |
public GetInstalledDepots ( uint appID, uint &pvecDepots, uint cMaxDepots ) : uint | ||
appID | uint | |
pvecDepots | uint | |
cMaxDepots | uint | |
Résultat | uint |
public GetLaunchQueryParam ( string pchKey ) : string | ||
pchKey | string | |
Résultat | string |
public GetPublisherOwnedAppData ( byte &pubBuffer, uint unMaxBytes ) : uint | ||
pubBuffer | byte | |
unMaxBytes | uint | |
Résultat | uint |
public MarkContentCorrupt ( bool bMissingFilesOnly ) : bool | ||
bMissingFilesOnly | bool | |
Résultat | bool |
public RequestAppProofOfPurchaseKey ( uint nAppID ) : void | ||
nAppID | uint | |
Résultat | void |
public RequestPublisherOwnedAppData ( ) : void | ||
Résultat | void |