Steamworks.NativeMethods.ISteamUGC_GetItemDownloadInfo C# (CSharp) Method

ISteamUGC_GetItemDownloadInfo() private method

private ISteamUGC_GetItemDownloadInfo ( PublishedFileId_t nPublishedFileID, ulong &punBytesDownloaded, ulong &punBytesTotal ) : bool
nPublishedFileID PublishedFileId_t
punBytesDownloaded ulong
punBytesTotal ulong
return bool
		public static extern bool ISteamUGC_GetItemDownloadInfo(PublishedFileId_t nPublishedFileID, out ulong punBytesDownloaded, out ulong punBytesTotal);
NativeMethods