Desktop Functions: Smart Device Functions:
|
Search Results for "wm_copyData" in [All]Constants1: WM
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 |