Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Sent when the user has concluded an operation within the edit box or has selected an item from the control's drop-down list. This notification code is sent in the form of a WM_NOTIFY message.
CBEN_ENDEDIT
pnmEditInfo = (PNMCBEENDEDIT) lParam;
Parameters
-
lParam
-
A pointer to an NMCBEENDEDIT structure that contains information about how the user concluded the edit operation.
Return value
FALSE to accept the notification code and allow the control to display the selected item; otherwise, TRUE.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Header |
|
| Unicode and ANSI names |
CBEN_ENDEDITW (Unicode) and CBEN_ENDEDITA (ANSI) |