Steamworks.NativeMethods.ISteamUGC_SendQueryUGCRequest C# (CSharp) Method

ISteamUGC_SendQueryUGCRequest() private method

private ISteamUGC_SendQueryUGCRequest ( UGCQueryHandle_t handle ) : ulong
handle UGCQueryHandle_t
return ulong
		public static extern ulong ISteamUGC_SendQueryUGCRequest(UGCQueryHandle_t handle);
NativeMethods