IFrameworkInputPane::Unadvise method
Unregisters an app's input pane handler object so that it no longer receives notifications.
Syntax
HRESULT Unadvise(
[in] DWORD dwCookie
);
Parameters
- dwCookie [in]
-
Type: DWORD
A cookie that identifies the handler. This value was obtained when you registered the handler through the Advise method.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: