plDeleteSection

    The plDeleteSection function removes the selected section from the Pe file.

plDeleteSection(
   LPTSTR plSectionNumber,       // Number of section
);


Parameters

plSectionNumber

   Contains the number of section to delete.You can obtain the number using the plFindSection.

Return Value

    If the function succeeds, the return value is TRUE.

Example

  
.code
    invoke plDeleteSection, 00000001h
 

See Also

plAddSection, plGetSectionInfo, plFindSection

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