CWnd::SetDlgCtrlID

 

Sets the window ID or control ID for the window to a new value.

Syntax

      int SetDlgCtrlID(
   int nID 
);

Parameters

  • nID
    The new value to set for the control's identifier.

Return Value

The previous identifier of the window, if successful; otherwise 0.

Remarks

The window can be any child window, not only a control in a dialog box. The window cannot be a top-level window.

Requirements

Header: afxwin.h

See Also

CWnd Class
Hierarchy Chart
CWnd::GetDlgCtrlID
CWnd::Create
CWnd::CreateEx
CWnd::GetDlgItem