You are reading help file online using chmlib.com
|
ISpNotifySource::SetNotifyWindowMessage sets up the instance to send window messages to a specified window.
HRESULT SetNotifyWindowMessage(
HWND hWnd,
UINT Msg,
WPARAM wParam,
LPARAM lParam
);
| Value | Description |
|---|---|
| S_OK | Function completed successfully. |
| E_INVALIDARG | hWnd is an invalid window handle. |
| FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|