Steamworks.NativeMethods.ISteamUtils_SetWarningMessageHook C# (CSharp) Method

ISteamUtils_SetWarningMessageHook() private method

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