Jungo WinDriver
Official Documentation
|
#define WD_IpcSend | ( | h, | |
pIpcSend | |||
) | WD_FUNCTION(IOCTL_WD_IPC_SEND, h, pIpcSend, sizeof(WD_IPC_SEND), FALSE) |
Sends a message to other processes, depending on the content of the pIpcSend struct.
[in] | h | Handle to WinDriver's kernel-mode driver as received from WD_Open() |
[in] | pIpcSend | Pointer to the IPC message info struct |