C# Class PInvoke.User32.MSGBOXPARAMS

显示文件 Open project: AArnott/pinvoke

Public Properties

Property Type Description
cbSize int
dwContextHelpId System.IntPtr
dwLanguageId uint
dwStyle uint
hInstance System.IntPtr
hwndOwner System.IntPtr
lpszCaption char*
lpszIcon System.IntPtr
lpszText char*

Public Methods

Method Description
Create ( ) : MSGBOXPARAMS

Method Details

Create() public static method

public static Create ( ) : MSGBOXPARAMS
return MSGBOXPARAMS

Property Details

cbSize public_oe property

public int cbSize
return int

dwContextHelpId public_oe property

public IntPtr,System dwContextHelpId
return System.IntPtr

dwLanguageId public_oe property

public uint dwLanguageId
return uint

dwStyle public_oe property

public uint dwStyle
return uint

hInstance public_oe property

public IntPtr,System hInstance
return System.IntPtr

hwndOwner public_oe property

public IntPtr,System hwndOwner
return System.IntPtr

lpszCaption public_oe property

public char* lpszCaption
return char*

lpszIcon public_oe property

public IntPtr,System lpszIcon
return System.IntPtr

lpszText public_oe property

public char* lpszText
return char*