ReactOS 0.4.15-dev-7958-gcd0bb1a
_DDE_DATA Struct Reference
Collaboration diagram for _DDE_DATA:

Public Attributes

LPARAM lParam
 
int cbSize
 
PVOID pvBuffer
 

Detailed Description

Definition at line 28 of file dde.c.

Member Data Documentation

◆ cbSize

int _DDE_DATA::cbSize

Definition at line 31 of file dde.c.

Referenced by IntDdeGetMessageHook(), and IntDdePostMessageHook().

◆ lParam

LPARAM _DDE_DATA::lParam

Definition at line 30 of file dde.c.

Referenced by IntDdeGetMessageHook(), and IntDdePostMessageHook().

◆ pvBuffer

PVOID _DDE_DATA::pvBuffer

Definition at line 32 of file dde.c.

Referenced by IntDdeGetMessageHook(), and IntDdePostMessageHook().


The documentation for this struct was generated from the following file: