名字是可以改变的<br>你可以看DELPHI的帮助<br>BOOL EnumChildWindows(<br> HWND hWndParent, // handle to parent window<br> WNDENUMPROC lpEnumFunc, // pointer to callback function<br> LPARAM lParam // application-defined value<br> <br>Parameters<br>hWndParent<br>Identifies the parent window whose child windows are to be enumerated. <br>lpEnumFunc<br>Points to an application-defined callback function. For more information about the callback function, see the EnumChildProc callback function. <br>lParam<br>Specifies a 32-bit, application-defined value to be passed to the callback function.