Share via


WsatPropertySheet.GetWatermarks Method

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This method supports the WS-AtomicTransaction Configuration Utility (wsatConfig.exe) tool and is not intended to be used directly from your code.

Namespace: Microsoft.Tools.ServiceModel.WsatConfig
Assembly: WsatUI (in wsatui.dll)

Usage

    Dim instance As WsatPropertySheet
Dim dataObject As IDataObject
Dim watermark As IntPtr
Dim header As IntPtr
Dim palette As IntPtr
Dim stretch As Integer
Dim returnValue As Integer

returnValue = instance.GetWatermarks(dataObject, watermark, header, palette, stretch)

Syntax

'Declaration
Public Function GetWatermarks ( _
    dataObject As IDataObject, _
    ByRef watermark As IntPtr, _
    ByRef header As IntPtr, _
    ByRef palette As IntPtr, _
    ByRef stretch As Integer _
) As Integer
public int GetWatermarks (
    IDataObject dataObject,
    ref IntPtr watermark,
    ref IntPtr header,
    ref IntPtr palette,
    ref int stretch
)
public:
virtual int GetWatermarks (
    IDataObject^ dataObject, 
    IntPtr% watermark, 
    IntPtr% header, 
    IntPtr% palette, 
    int% stretch
) sealed
public final int GetWatermarks (
    IDataObject dataObject, 
    /** @ref */ IntPtr watermark, 
    /** @ref */ IntPtr header, 
    /** @ref */ IntPtr palette, 
    /** @ref */ int stretch
)

Parameters

Return Value

An integer. This type supports the WS-AtomicTransaction Configuration Utility (wsatConfig.exe) tool and is not intended to be used directly from your code.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

WsatPropertySheet Class
WsatPropertySheet Members
Microsoft.Tools.ServiceModel.WsatConfig Namespace