UDM_SETBUDDY (Windows CE 5.0)

Send Feedback

This message sets the buddy window for an up-down control.

UDM_SETBUDDY wParam = (WPARAM)(HWND)hwndBuddy;lParam = 0;

Parameters

  • hwndBuddy
    Handle to the new buddy window.
  • lParam
    Not used.

Return Values

The handle to the previous buddy window indicates success.

Remarks

If hwndBuddy is not NULL, it must specify an edit control because up/down controls can only be buddied with edit controls.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

UDM_GETBUDDY

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.