Name

TEnumModuleFuncLW Type

Syntax

type TEnumModuleFuncLW =
    function (HInstance: LongWord; Data: Pointer): Boolean;

Description

The EnumModules and EnumResourceModules functions call a programmer-supplied callback function for each module. The callback function’s signature must match the TEnumModuleFuncLW type.

Tips and Tricks

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).

Example

See EnumModules for an example.

See Also

EnumModules Procedure, EnumResourceModules Procedure
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset