plUpdateImportsInfo

    The plUpdateImportsInfo function update the Imports Table's (Import Directory's) and IAT's information in the file.It uses a filled 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 used to update the Imports Table and  the IAT.

 

Return Value

    If the function succeeds, the return value is TRUE.

Example

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

See Also

plGetImportsInfo, PL_IMPORTS_INFO, plEnumImportFunctions

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