At.FF.Krems.Interfaces.NativeMethods.SetWinEventHook C# (CSharp) Méthode

SetWinEventHook() private méthode

private SetWinEventHook ( uint eventMin, uint eventMax, IntPtr hmodWinEventProc, WinEventDelegate lpfnWinEventProc, uint idProcess, uint idThread, uint dwFlags ) : IntPtr
eventMin uint
eventMax uint
hmodWinEventProc System.IntPtr
lpfnWinEventProc WinEventDelegate
idProcess uint
idThread uint
dwFlags uint
Résultat System.IntPtr
        public static extern IntPtr SetWinEventHook(
            uint eventMin,
            uint eventMax,
            IntPtr hmodWinEventProc,
            WinEventDelegate lpfnWinEventProc,
            uint idProcess,
            uint idThread,
            uint dwFlags);