Steamworks.NativeMethods.ISteamClient_SetWarningMessageHook C# (CSharp) Method

ISteamClient_SetWarningMessageHook() private method

private ISteamClient_SetWarningMessageHook ( SteamAPIWarningMessageHook_t pFunction ) : void
pFunction SteamAPIWarningMessageHook_t
return void
		public static extern void ISteamClient_SetWarningMessageHook(SteamAPIWarningMessageHook_t pFunction);
NativeMethods