Steamworks.NativeMethods.ISteamGameServerUGC_SetItemDescription C# (CSharp) Method

ISteamGameServerUGC_SetItemDescription() private method

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