[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GetDlgItem( hDlg, nCtlId )-> <hControl>
--------------------------------------------------------------------------------
PARAMETER:
<hDlg> The handle of the dialog box that contains the control
<nCtlId> The control identifier
RETURNS:
<hControl> is the window handle of the control or zero, indicating either
an invalid dialog box handle or a nonexistent control.
DESCRIPTION:
The GetDlgItem function retrieves the handle of a control that is in the
given dialog box. It can also be used with any parent-child window pair,
not just a dialog box.
SOURCE:
SOURCE\WINAPI\GETDLGIT.C
See Also:
DialogBox
CreateWindow
GetCtrlID
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson