Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets the window ID or control ID for the window to a new value.
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