C# Class PInvoke.User32.MSGBOXPARAMS

Show file 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 property

public int cbSize
return int

dwContextHelpId public property

public IntPtr,System dwContextHelpId
return System.IntPtr

dwLanguageId public property

public uint dwLanguageId
return uint

dwStyle public property

public uint dwStyle
return uint

hInstance public property

public IntPtr,System hInstance
return System.IntPtr

hwndOwner public property

public IntPtr,System hwndOwner
return System.IntPtr

lpszCaption public property

public char* lpszCaption
return char*

lpszIcon public property

public IntPtr,System lpszIcon
return System.IntPtr

lpszText public property

public char* lpszText
return char*