|
Previous Top Next |
Prototype: | (String pModuleName)!!,Long |
pModuleName | Name 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. |
Returns | Returns 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: