Steamworks.NativeMethods.ISteamApps_GetDlcDownloadProgress C# (CSharp) Method

ISteamApps_GetDlcDownloadProgress() private method

private ISteamApps_GetDlcDownloadProgress ( AppId_t nAppID, ulong &punBytesDownloaded, ulong &punBytesTotal ) : bool
nAppID AppId_t
punBytesDownloaded ulong
punBytesTotal ulong
return bool
		public static extern bool ISteamApps_GetDlcDownloadProgress(AppId_t nAppID, out ulong punBytesDownloaded, out ulong punBytesTotal);
NativeMethods