plEnumSections

The plEnumSections closes the Pe File that you have opened using the plOpenFile
plEnumSections();
Return Value
If the function succeeds, the return value is a pointer to the list with the import functions.The functions are seperated by 0Dh,0Ah bytes ( new line ).
Example
.data strCaption "Sections:",0 .code invoke plEnumSections invoke MessageBox,0,eax,addr strCaption,NULL |
See Also
plEnumExportFunctions, plEnumImportFunctions, plGetSectionInfo

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