plRVAToOffset

    The plRVAToOffset converts a Relative Virtual Address (RVA) to File Offset.

plRVAToOffset(
   DWORD plRVA,       // The RVA to be converted
);


Parameters

plRVA

   DWORD that contains the RVA ( Relative Virtual Address ), which will be converted to a file offset.

Return Value

    If the function succeeds, the return value is a File Offset, which is generated using the selected RVA

Example

    
invoke plRVAToOffset,00001000h
 

See Also

plRVAToMapOffset, plLocateOffset, plLocateMapOffset, plMapOffsetToRVA, plOffsetToRVA

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