Steamworks.NativeMethods.ISteamGameServerUGC_GetQueryUGCPreviewURL C# (CSharp) Method

ISteamGameServerUGC_GetQueryUGCPreviewURL() private method

private ISteamGameServerUGC_GetQueryUGCPreviewURL ( UGCQueryHandle_t handle, uint index, IntPtr pchURL, uint cchURLSize ) : bool
handle UGCQueryHandle_t
index uint
pchURL System.IntPtr
cchURLSize uint
return bool
		public static extern bool ISteamGameServerUGC_GetQueryUGCPreviewURL(UGCQueryHandle_t handle, uint index, IntPtr pchURL, uint cchURLSize);
NativeMethods