Steamworks.NativeMethods.ISteamUGC_GetQueryUGCPreviewURL C# (CSharp) 메소드

ISteamUGC_GetQueryUGCPreviewURL() 개인적인 메소드

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