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

ISteamUGC_SetSearchText() private méthode

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