plUpdateExportsInfo

    The plUpdateExportsInfo function updates the Exports Directory's  information in the file.It uses a filled PL_EXPORTS_INFO structure.

plUpdateExportsInfo(   
   DWORD  plPL_EXPORTS_INFO	// Pointer to PL_EXPORTS_INFO
);


Parameters

plPL_EXPORTS_INFO

    Contains a pointer to a PL_EXPORTS_INFO structure, which will be used to update the Export Dirextory.

 

Return Value

    If the function succeeds, the return value is TRUE.

Example

 
.data?
     strucExports plPL_EXPORTS_INFO <>
 
.code
     invoke plUpdateExportsInfo, addr strucExports
 

See Also

plGetExportsInfo, PL_EXPORTS_INFO, plEnumExportFunctions

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