BB FlashBack SDK: FBWatermarks

SetProperties

Description

Sets the properties of the specified watermark object to those in the supplied FBWatermarkProperties object.

Syntax

[C#/C++]
public Bool SetProperties (long lIndex, FBWatermarkProperties* pWatermarkProperties)

[VB.NET]
Public Function SetProperties (ByVal lIndex As Long, ByRef pWatermarkProperties () As FBWatermarkProperties) As Boolean

Parameters

lIndex : [In] Index of a watermark.

pWatermarkProperties : [In] Pointer to an FBWatermarkProperties object

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

Remarks

See Also

The FBWatermarkProperties Class   SetPropertiesByID