Steamworks.NativeMethods.ISteamUGC_SetSearchText C# (CSharp) Method

ISteamUGC_SetSearchText() private method

private ISteamUGC_SetSearchText ( UGCQueryHandle_t handle, InteropHelp pSearchText ) : bool
handle UGCQueryHandle_t
pSearchText InteropHelp
return bool
		public static extern bool ISteamUGC_SetSearchText(UGCQueryHandle_t handle, InteropHelp.UTF8StringHandle pSearchText);
NativeMethods