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
Download Visual Studio Add-In

Search Results for "EnumPropsEx" in [All]

user32

.
Summary
.

static extern int EnumPropsEx(IntPtr hWnd, EnumPropsExDelegate lpEnumFunc,

.

    static extern int EnumPropsEx(IntPtr hWnd, EnumPropsExDelegate lpEnumFunc, IntPtr lParam);

.

    private delegate int EnumPropsExDelegate(IntPtr hwnd, IntPtr lpszString, IntPtr hData, IntPtr dwData);

.

        EnumPropsExDelegate enumPropsExDel = new EnumPropsExDelegate(PropEnumProcEx);

.

        var i = EnumPropsEx(hWnd, enumPropsExDel, new IntPtr());

.
Documentation
[EnumPropsEx] on MSDN
.
Summary
.

static extern int EnumPropsEx(IntPtr hWnd, EnumPropsExDelegate lpEnumFunc,

.

    static extern int EnumPropsEx(IntPtr hWnd, EnumPropsExDelegate lpEnumFunc, IntPtr lParam);

.

    private delegate int EnumPropsExDelegate(IntPtr hwnd, IntPtr lpszString, long hData, long dwData);

.

        EnumPropsExDelegate enumPropsExDel = new EnumPropsExDelegate(PropEnumProcEx);

.

        var i = EnumPropsEx(hWnd, enumPropsExDel, new IntPtr());

.
Documentation
[EnumPropsEx] on MSDN

 
Access PInvoke.net directly from VS: