www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Windows Class: EnumModuleWin

Previous  Top  Next  


Prototype: (String pModuleName)!!,Long

 

pModuleNameName of the EXE file to enumerate top windows for.  This must be in the form of FileName+Extension, such as NOTEPAD.EXE.  Note that this parameter is converted to LongPath() for compatibility with the ModuleEXEName member of the ChildWindowQ queue type.

 

ReturnsReturns the number of windows enumerated for the module.

 

Beta 3.3:  This method has not been tested thoroughly yet and should be used carefully!

 

This method can be used to enumerate all windows that are related to a specified executable module, specified in the pModuleName parameter.  This method uses the EnumTopWin method to enumerate all top windows for the module.

 

Example:

 

ITW  ITWindowsClass

Code

If ITW.EnumModuleWin('EXPLORER.EXE')

End

 

 

See also:

EnumTopWin

ModuleWindows

ChildWindowQ

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/enummodulewin_window.htm