Share via


WsatPropertySheet.PropPageDialogProc Method

[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 WsatPropertySheet
Dim windowDialog As IntPtr
Dim message As UInteger
Dim wordParameter As IntPtr
Dim longParameter As IntPtr
Dim returnValue As Boolean

returnValue = instance.PropPageDialogProc(windowDialog, message, wordParameter, longParameter)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted:=True, UnmanagedCode:=True)> _
Public Function PropPageDialogProc ( _
    windowDialog As IntPtr, _
    message As UInteger, _
    wordParameter As IntPtr, _
    longParameter As IntPtr _
) As Boolean
[CLSCompliantAttribute(false)] 
[SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted=true, UnmanagedCode=true)] 
public bool PropPageDialogProc (
    IntPtr windowDialog,
    uint message,
    IntPtr wordParameter,
    IntPtr longParameter
)
[CLSCompliantAttribute(false)] 
[SecurityPermissionAttribute(SecurityAction::Demand, Unrestricted=true, UnmanagedCode=true)] 
public:
bool PropPageDialogProc (
    IntPtr windowDialog, 
    unsigned int message, 
    IntPtr wordParameter, 
    IntPtr longParameter
)
/** @attribute CLSCompliantAttribute(false) */ 
/** @attribute SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted=true, UnmanagedCode=true) */ 
public boolean PropPageDialogProc (
    IntPtr windowDialog, 
    UInt32 message, 
    IntPtr wordParameter, 
    IntPtr longParameter
)
CLSCompliantAttribute(false) 
public function PropPageDialogProc (
    windowDialog : IntPtr, 
    message : uint, 
    wordParameter : IntPtr, 
    longParameter : IntPtr
) : boolean

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.

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