You are reading help file online using chmlib.com
|
ISpNotifyTranslator::InitWindowMessage sets up the instance to send window messages to a specified window.
HRESULT InitWindowMessage(
HWND hWnd,
UINT Msg,
WPARAM wParam,
LPARAM lParam
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
SPERR_ALREADY_INITIALIZED | SpTranslator object already initialized. |
E_INVALIDARG | hWnd is invalid or bad. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|