Share via


DialogProc 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 DialogProc(AddressOf HandlerMethod)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Delegate Function DialogProc ( _
    windowDialog As IntPtr, _
    message As UInteger, _
    wordParameter As IntPtr, _
    longParameter As IntPtr _
) As Boolean
[CLSCompliantAttribute(false)] 
public delegate bool DialogProc (
    IntPtr windowDialog,
    uint message,
    IntPtr wordParameter,
    IntPtr longParameter
)
[CLSCompliantAttribute(false)] 
public delegate bool DialogProc (
    IntPtr windowDialog, 
    unsigned int message, 
    IntPtr wordParameter, 
    IntPtr longParameter
)
/** @delegate */
/** @attribute CLSCompliantAttribute(false) */ 
public delegate boolean DialogProc (
    IntPtr windowDialog, 
    UInt32 message, 
    IntPtr wordParameter, 
    IntPtr longParameter
)

Parameters

Return Value

A Boolean value. 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