Sponsors

EnumProcessModules

Function name: EnumProcessModules

Defined in : psapi

Requirements : Windows NT 4.0 or later; Win9x/ME: Not supported

Declaration:

Declare Function EnumProcessModules Lib "PSAPI.DLL" (ByVal hProcess As Long, ByRef lphModule As Long, ByVal cb As Long, ByRef cbNeeded As Long) As Long

Parameters:

Returns:

Related functions:

Examples:

Sorry, this function has no examples yet.

Process

Categories