Share via


PropSheetPageProc Delegate

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

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

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

Usage

    Dim instance As New PropSheetPageProc(AddressOf HandlerMethod)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Delegate Function PropSheetPageProc ( _
    window As IntPtr, _
    message As Integer, _
    longParameter As IntPtr _
) As Integer
[CLSCompliantAttribute(false)] 
public delegate int PropSheetPageProc (
    IntPtr window,
    int message,
    IntPtr longParameter
)
[CLSCompliantAttribute(false)] 
public delegate int PropSheetPageProc (
    IntPtr window, 
    int message, 
    IntPtr longParameter
)
/** @delegate */
/** @attribute CLSCompliantAttribute(false) */ 
public delegate int PropSheetPageProc (
    IntPtr window, 
    int message, 
    IntPtr longParameter
)

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.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Tools.ServiceModel.WsatConfig Namespace