Steamworks.NativeMethods.ISteamUGC_GetQueryUGCPreviewURL C# (CSharp) Method

ISteamUGC_GetQueryUGCPreviewURL() private method

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