Steamworks.NativeMethods.ISteamGameServerUGC_GetItemUpdateProgress C# (CSharp) Method

ISteamGameServerUGC_GetItemUpdateProgress() private method

private ISteamGameServerUGC_GetItemUpdateProgress ( UGCUpdateHandle_t handle, ulong &punBytesProcessed, ulong &punBytesTotal ) : EItemUpdateStatus
handle UGCUpdateHandle_t
punBytesProcessed ulong
punBytesTotal ulong
return EItemUpdateStatus
		public static extern EItemUpdateStatus ISteamGameServerUGC_GetItemUpdateProgress(UGCUpdateHandle_t handle, out ulong punBytesProcessed, out ulong punBytesTotal);
NativeMethods