NPA_Get_Loaded_Module_Info

Used to discover if a particular module is loaded, and to determine the date and revision of the module.

Thread Context:Blocking
Requirements:The function must be called only from a blocking process level.

Syntax

    LONG NPA_Get_Loaded_Module_Info (
       BYTE              *moduleName,
       struct ModuleInfoStruct *info
    );
    
    

Parameters

moduleName
(IN) The name of the module to find.
info
(IN/OUT) Points to a structure of type ModuleInfoStruct. This structure is filled out by the API.

Return Values

The following table lists return values and descriptions.

zero

Successful

The structure contains the module info.

nonzero

Unsuccessful

The module is not loaded.