plEnumImportFunctions

    The plEnumImportFunctions enumarates all the imported functions.

plEnumImportFunctions();


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 "Imported Funcions:",0
 
.code
   invoke plEnumImportFunctions
   invoke MessageBox,0,eax,addr strCaption,NULL
 

See Also

plEnumExportFunctions, plEnumSections, plGetImportsInfo

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