Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "SetWinEventHook" in [All]

user32

.
Summary
.

static extern IntPtr SetWinEventHook(WinEvents eventMin, WinEvents eventMax, IntPtr

.

    <System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint:="SetWinEventHook")> _

.

    Private Shared Function SetWinEventHook( _

.

When you use a Win32 API that has a callback in managed code, such as SetWinEventHook, you should use GCHandle class structure to avoid exceptions.

.
Documentation
[SetWinEventHook] on MSDN
.
Summary

 
Access PInvoke.net directly from VS: