- Fillable Online Swarthmore Atem Live Backup 3.31 For Mac Free
- Fillable Online Swarthmore Atempo Live Backup 3.31 For Mac
Live Streaming (Beta) Setting Up A Stream Frequently Asked Questions Localization and Languages Pre-Purchasing on Steam Pricing Adding A New Currency Recurring Subscriptions Supported Currencies Release Options.
Bool BGetDLCDataByIndex( int iDLC, AppIdt.pAppID, bool.pbAvailable, char.pchName, int cchNameBufferSize ); Name Type Description iDLC int Index of the DLC to get between 0. PAppID. Returns the App ID of the DLC. PbAvailable bool. Returns whether the DLC is currently available.
Fillable Online Swarthmore Atem Live Backup 3.31 For Mac Free
PchName char. Returns the name of the DLC by copying it into this buffer. CchNameBufferSize int The length of the pchName buffer. Returns metadata for a DLC by index. Returns: bool true if the current App ID has DLC's accociated with it and iDLC falls between the range of 0 to, otherwise false. Uint32 GetAppInstallDir( AppIdt appID, char.pchFolder, uint32 cchFolderBufferSize ); Name Type Description appID The App ID to get the install dir for. PchFolder char.
Fillable Online Swarthmore Atempo Live Backup 3.31 For Mac
The string buffer that the folder path will be copied into. CchFolderBufferSize The size in bytes of the pchFolder buffer. Gets the install folder for a specific AppID.
This works even if the application is not installed, based on where the game would be installed with the default Steam library location. Returns: Returns the install directory path as a string into the buffer provided in pchFolder and returns the number of bytes that were copied into that buffer. Const char.
GetLaunchQueryParam( const char.pchKey ); Name Type Description pchKey const char. The launch key to test for. Ex: param1 Gets the associated launch parameter if the game is run via steam://run//?param1=value1;param2=value2;param3=value3 etc. Parameter names starting with the character '@' are reserved for internal use and will always return an empty string.
Parameter names starting with an underscore ' are reserved for steam features - they can be queried by the game, but it is advised that you not param names beginning with an underscore for your own features. Returns: const char. The value associated with the key provided. Returns an empty string (') if the specified key does not exist. Void UninstallDLC( AppIdt nAppID ); Name Type Description nAppID The DLC you want to uninstall.
Allows you to uninstall an optional DLC. CallbacksThese are callbacks which can be fired by calling. Many of these will be fired directly in response to the member functions of ISteamApps. AppProofOfPurchaseKeyResponsetOnly used internally in Steam. Name Type Description meResult mnAppID mcchKeyLength mrgchKey char[] DlcInstalledtTriggered after the current user gains ownership of DLC and that DLC is installed. Name Type Description mnAppID App ID of the DLC that was installed. Associated Functions: FileDetailsResulttCalled after requesting the details of a specific file.
Name Type Description meResult Was the call successful? If it was; otherwise, if the file was not found. None of the other fields are filled out if the call was not successful. MulFileSize The original file size in bytes. MFileSHA [20] The original file SHA1 hash. MunFlags Associated Functions: NewLaunchQueryParameterstPosted after the user executes a steam url with query parameters such as steam://run///?param1=value1;param2=value2;param3=value3; while the game is already running. The new params can be queried with.
This callback has no fields. RegisterActivationCodeResponsetOnly used internally in Steam. Name Type Description meResult munPackageRegistered EnumsThese are enums which are defined for use with ISteamApps.
ERegisterActivationCodeResultOnly used internally in Steam. Name Value Description kERegisterActivationCodeResultOK 0 kERegisterActivationCodeResultFail 1 kERegisterActivationCodeResultAlreadyRegistered 2 kERegisterActivationCodeResultTimeout 3 kERegisterActivationCodeAlreadyOwned 4 ConstantsThese are constants which are defined for use with ISteamApps.
Name Type Value Description kcubAppProofOfPurchaseKeyMax int 240 Only used internally in Steam. STEAMAPPSINTERFACEVERSION const char. 'STEAMAPPSINTERFACEVERSION008'.