plGetExportsInfo

    The plGetExportsInfo function retrieves information about the Export Directory and fills a  PL_EXPORTS_INFO structure.

plGetExportsInfo(   
   DWORD  plPL_EXPORTS_INFO	// Pointer to PL_EXPORTS_INFO
);


Parameters

plPL_EXPORTS_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?
     strucExports plPL_EXPORTS_INFO <>
 
.code
     invoke plGetExportsInfo, addr strucExports
 

See Also

plUpdateExportsInfo, PL_EXPORTS_INFO

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