Steamworks.NativeMethods.ISteamUGC_SetSearchText C# (CSharp) 메소드

ISteamUGC_SetSearchText() 개인적인 메소드

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