Steamworks.NativeMethods.ISteamGameServerUGC_GetQueryUGCResult C# (CSharp) Method

ISteamGameServerUGC_GetQueryUGCResult() private method

private ISteamGameServerUGC_GetQueryUGCResult ( UGCQueryHandle_t handle, uint index, SteamUGCDetails_t &pDetails ) : bool
handle UGCQueryHandle_t
index uint
pDetails SteamUGCDetails_t
return bool
		public static extern bool ISteamGameServerUGC_GetQueryUGCResult(UGCQueryHandle_t handle, uint index, out SteamUGCDetails_t pDetails);
NativeMethods