March 2000
Intermediate to advanced
576 pages
18h 13m
English
TEnumModuleFuncLW Type
type TEnumModuleFuncLW =
function (HInstance: LongWord; Data: Pointer): Boolean;The EnumModules and
EnumResourceModules functions call a
programmer-supplied callback function for each module. The callback
function’s signature must match the
TEnumModuleFuncLW
type.
For backward compatibility, EnumModules and
EnumResourceModules are overloaded and can use
callback functions that declare the first argument as type
LongInt instead of LongWord.
New code should use LongWord (or the
DWORD type from the Windows
unit, which is the same thing).
See EnumModules for an example.
| EnumModules Procedure, EnumResourceModules Procedure |
Read now
Unlock full access