메소드 | 설명 | |
---|---|---|
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 | ||
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 ( ) : IntPtr | ||
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 |
public abstract BGetDLCDataByIndex ( int iDLC, uint &pAppID, bool &pbAvailable, string pchName, int cchNameBufferSize ) : bool | ||
iDLC | int | |
pAppID | uint | |
pbAvailable | bool | |
pchName | string | |
cchNameBufferSize | int | |
리턴 | bool |
public abstract BIsAppInstalled ( uint appID ) : bool | ||
appID | uint | |
리턴 | bool |
public abstract BIsDlcInstalled ( uint appID ) : bool | ||
appID | uint | |
리턴 | bool |
public abstract BIsSubscribedApp ( uint appID ) : bool | ||
appID | uint | |
리턴 | bool |
public abstract BIsSubscribedFromFreeWeekend ( ) : bool | ||
리턴 | bool |
public abstract GetAppInstallDir ( uint appID, string pchFolder, uint cchFolderBufferSize ) : uint | ||
appID | uint | |
pchFolder | string | |
cchFolderBufferSize | uint | |
리턴 | uint |
public abstract GetAvailableGameLanguages ( ) : string | ||
리턴 | string |
public abstract GetCurrentBetaName ( string pchName, int cchNameBufferSize ) : bool | ||
pchName | string | |
cchNameBufferSize | int | |
리턴 | bool |
public abstract GetDlcDownloadProgress ( uint nAppID, ulong &punBytesDownloaded, ulong &punBytesTotal ) : bool | ||
nAppID | uint | |
punBytesDownloaded | ulong | |
punBytesTotal | ulong | |
리턴 | bool |
public abstract GetEarliestPurchaseUnixTime ( uint nAppID ) : uint | ||
nAppID | uint | |
리턴 | uint |
public abstract GetInstalledDepots ( uint appID, uint &pvecDepots, uint cMaxDepots ) : uint | ||
appID | uint | |
pvecDepots | uint | |
cMaxDepots | uint | |
리턴 | uint |
public abstract GetLaunchQueryParam ( string pchKey ) : string | ||
pchKey | string | |
리턴 | string |
public abstract GetPublisherOwnedAppData ( byte &pubBuffer, uint unMaxBytes ) : uint | ||
pubBuffer | byte | |
unMaxBytes | uint | |
리턴 | uint |
public abstract MarkContentCorrupt ( bool bMissingFilesOnly ) : bool | ||
bMissingFilesOnly | bool | |
리턴 | bool |
public abstract RequestAppProofOfPurchaseKey ( uint nAppID ) : void | ||
nAppID | uint | |
리턴 | void |
public abstract RequestPublisherOwnedAppData ( ) : void | ||
리턴 | void |