Steamworks.NativeMethods.ISteamRemoteStorage_UGCDownloadToLocation C# (CSharp) Method

ISteamRemoteStorage_UGCDownloadToLocation() private method

private ISteamRemoteStorage_UGCDownloadToLocation ( UGCHandle_t hContent, InteropHelp pchLocation, uint unPriority ) : ulong
hContent UGCHandle_t
pchLocation InteropHelp
unPriority uint
return ulong
		public static extern ulong ISteamRemoteStorage_UGCDownloadToLocation(UGCHandle_t hContent, InteropHelp.UTF8StringHandle pchLocation, uint unPriority);
#endregion
NativeMethods