plUpdatePEInfo

    The plUpdatePEInfo function which updates the Pe file using the PL_SECTION_INFO.

plUpdatePEInfo(
   DWORD  plPL_PEINFO,    	// Pointer to PL_PEINFO
);


Parameters

plPL_PEINFO

    Contains a pointer to a PL_PEINFO structure, from which the information will be used to update the file.

 

Return Value

    If the function succeeds, the return value is TRUE.

Example

 
.data?
     strucPeInfo PL_PEINFO <>
 
.code
     invoke plUpdatePeInfo, addr strucPeInfo
 

See Also

plGetPeInfo, PL_PEINFO, plChangeEP

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