Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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