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 "wm_copyData" in [All]

Constants

1: WM
.
WM_COPYDATA 0x4A An application sends the WM_COPYDATA message to pass data to another application.
.

private const UInt32 WM_COPYDATA           = 0x004A;

.

   WM_COPYDATA = &H4A

.

WM_COPYDATA           equ 04Ah

Structures

.

const int WM_COPYDATA = 0x004A;

.

   SendMessage(hWnd, WM_COPYDATA, IntPtr.Zero, copyDataBuff);

Enums

.

    /// An application sends the WM_COPYDATA message to pass data to another application.

.

    '''An application sends the WM_COPYDATA message to pass data to another application.

.

    WM_COPYDATA = &H4A


 
Access PInvoke.net directly from VS: