C# Class PInvoke.User32.MSGBOXPARAMS

Afficher le fichier Open project: AArnott/pinvoke

Méthodes publiques

Свойство Type Description
cbSize int
dwContextHelpId System.IntPtr
dwLanguageId uint
dwStyle uint
hInstance System.IntPtr
hwndOwner System.IntPtr
lpszCaption char*
lpszIcon System.IntPtr
lpszText char*

Méthodes publiques

Méthode Description
Create ( ) : MSGBOXPARAMS

Method Details

Create() public static méthode

public static Create ( ) : MSGBOXPARAMS
Résultat MSGBOXPARAMS

Property Details

cbSize public_oe property

public int cbSize
Résultat int

dwContextHelpId public_oe property

public IntPtr,System dwContextHelpId
Résultat System.IntPtr

dwLanguageId public_oe property

public uint dwLanguageId
Résultat uint

dwStyle public_oe property

public uint dwStyle
Résultat uint

hInstance public_oe property

public IntPtr,System hInstance
Résultat System.IntPtr

hwndOwner public_oe property

public IntPtr,System hwndOwner
Résultat System.IntPtr

lpszCaption public_oe property

public char* lpszCaption
Résultat char*

lpszIcon public_oe property

public IntPtr,System lpszIcon
Résultat System.IntPtr

lpszText public_oe property

public char* lpszText
Résultat char*