plInsertWatermark

    The plInsertWatermark function inserts on a special place your copyright (or name) string with max. 37 letters.This special place is located at the 4Eh byte of the file.

plInsertWatermark(
   LPTSTR plWaterMarkString,       // Pointer to the watermark string
);


Parameters

plWaterMarkString

   Contains pointer to the Watermark (copyright / name, or whatever) string, which will be inserted in the file.

Return Value

    If the function succeeds, the return value is TRUE.

Example

 
.data
    strWaterMark db "©2004 Pumqara "
 
.code 
    invoke plInsertWatermark, addr strWaterMark
 

See Also

 

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