Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The MsimtfIsWindowFiltered function tests if the given window is filtered by AIMM (Active Input Method Manager).
Syntax
BOOL CALLBACK MsimtfIsWindowFiltered(
_In_ HWND hwnd
);
Parameters
-
hwnd [in]
-
A window handle to be tested.
Return value
| Return code | Description |
|---|---|
|
If this window is filtered by Active Input Method Manager. |
|
If this window is not filtered by Active Input Method Manager. |
Remarks
A window can be filtered by IActiveIMMApp::FilterClientWindows.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
| DLL |
|