COPYDATASTRUCT structure
Contains data to be passed to another application by the WM_COPYDATA message.
Syntax
typedef struct tagCOPYDATASTRUCT { ULONG_PTR dwData; DWORD cbData; PVOID lpData; } COPYDATASTRUCT, *PCOPYDATASTRUCT;
Members
- dwData
-
Type: ULONG_PTR
-
The data to be passed to the receiving application.
- cbData
-
Type: DWORD
-
The size, in bytes, of the data pointed to by the lpData member.
- lpData
-
Type: PVOID
-
The data to be passed to the receiving application. This member can be NULL.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/27/2012