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.
Notifies the application that the list box has lost the keyboard focus. The parent window of the list box receives this notification code through the WM_COMMAND message.
LBN_KILLFOCUS
WPARAM wParam;
LPARAM lParam;
-
wParam
-
The LOWORD contains the identifier of the list box. The HIWORD specifies the notification code.
-
lParam
-
Handle to the list box.
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
-
Reference
-
Other Resources