Compartilhar via


EnumThreadWindowsCallback Delegate

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As New EnumThreadWindowsCallback(AddressOf HandlerMethod)

Syntax

'Declaration
Public Delegate Function EnumThreadWindowsCallback ( _
    hWnd As IntPtr, _
    lParam As IntPtr _
) As Boolean
public delegate bool EnumThreadWindowsCallback (
    IntPtr hWnd,
    IntPtr lParam
)
public delegate bool EnumThreadWindowsCallback (
    IntPtr hWnd, 
    IntPtr lParam
)
/** @delegate */
public delegate boolean EnumThreadWindowsCallback (
    IntPtr hWnd, 
    IntPtr lParam
)

Platforms

See Also

Reference

Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.