Steamworks.NativeMethods.ISteamUGC_ReleaseQueryUGCRequest C# (CSharp) Method

ISteamUGC_ReleaseQueryUGCRequest() private method

private ISteamUGC_ReleaseQueryUGCRequest ( UGCQueryHandle_t handle ) : bool
handle UGCQueryHandle_t
return bool
		public static extern bool ISteamUGC_ReleaseQueryUGCRequest(UGCQueryHandle_t handle);
NativeMethods