Steamworks.NativeMethods.ISteamUGC_RemoveItemKeyValueTags C# (CSharp) Method

ISteamUGC_RemoveItemKeyValueTags() private method

private ISteamUGC_RemoveItemKeyValueTags ( UGCUpdateHandle_t handle, InteropHelp pchKey ) : bool
handle UGCUpdateHandle_t
pchKey InteropHelp
return bool
		public static extern bool ISteamUGC_RemoveItemKeyValueTags(UGCUpdateHandle_t handle, InteropHelp.UTF8StringHandle pchKey);
NativeMethods