Steamworks.NativeMethods.ISteamUGC_GetQueryUGCKeyValueTag C# (CSharp) Method

ISteamUGC_GetQueryUGCKeyValueTag() private method

private ISteamUGC_GetQueryUGCKeyValueTag ( UGCQueryHandle_t handle, uint index, uint keyValueTagIndex, IntPtr pchKey, uint cchKeySize, IntPtr pchValue, uint cchValueSize ) : bool
handle UGCQueryHandle_t
index uint
keyValueTagIndex uint
pchKey IntPtr
cchKeySize uint
pchValue IntPtr
cchValueSize uint
return bool
		public static extern bool ISteamUGC_GetQueryUGCKeyValueTag(UGCQueryHandle_t handle, uint index, uint keyValueTagIndex, IntPtr pchKey, uint cchKeySize, IntPtr pchValue, uint cchValueSize);
NativeMethods