plEnumExportFunctions

The plEnumExportFunctions enumarates all the exported functions.
plEnumExportFunctions();
Return Value
If the function succeeds, the return value is a pointer to the list with the exported functions.The functions are seperated by 0Dh,0Ah bytes ( new line ).
Example
.data strCaption "Exported Funcions:",0 .code invoke plEnumExportFunctions invoke MessageBox,0,eax,addr strCaption,NULL |
See Also
plEnumImportFunctions, plEnumSections, plGetExportsInfo

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