plGetImportsInfo

    The plGetImportsInfo function retrieves information about the Imports Table (Import Directory) and fills a  PL_IMPORTS_INFO structure.

plGetImportsInfo(   
   DWORD  plPL_IMPORTS_INFO	// Pointer to PL_IMPORTS_INFO
);


Parameters

plPL_IMPORTS_INFO

    Contains a pointer to a PL_IMPORTS_INFO structure, which will be filled after the execution of this function.

 

Return Value

    If the function succeeds, the return value is TRUE.

Example

 
.data?
     strucImports plPL_IMPORTS_INFO <>
 
.code
     invoke plGetImportsInfo, addr strucImports
 

See Also

plUpdateImportsInfo, PL_IMPORTS_INFO

Pumqara <programs@mail.bg> 2004. All rights reserved.