Steamworks.NativeMethods.ISteamUGC_GetQueryUGCPreviewURL C# (CSharp) Méthode

ISteamUGC_GetQueryUGCPreviewURL() private méthode

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