Click or drag to resize
Xcalibur Systems LLC Logo

CallWindowProcessStruct Structure

Defines the message parameters passed to a WH_CALLWNDPROC hook procedure, CallWndProc.

CWPSTRUCT structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.EventsCallWindowProcessStruct

Namespace: Xcalibur.NativeMethods.V2.Events
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct CallWindowProcessStruct

The CallWindowProcessStruct type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldHandle A handle to the window to receive the message.
Public fieldlParam Additional information about the message. The exact meaning depends on the message value.
Public fieldMessage The message.
Public fieldwParam Additional information about the message. The exact meaning depends on the message value.
Top
See Also