Steamworks.NativeMethods.ISteamRemoteStorage_GetUGCDownloadProgress C# (CSharp) Method

ISteamRemoteStorage_GetUGCDownloadProgress() private method

private ISteamRemoteStorage_GetUGCDownloadProgress ( UGCHandle_t hContent, int &pnBytesDownloaded, int &pnBytesExpected ) : bool
hContent UGCHandle_t
pnBytesDownloaded int
pnBytesExpected int
return bool
		public static extern bool ISteamRemoteStorage_GetUGCDownloadProgress(UGCHandle_t hContent, out int pnBytesDownloaded, out int pnBytesExpected);
NativeMethods