C# 클래스 PInvoke.User32.MSGBOXPARAMS

파일 보기 프로젝트 열기: AArnott/pinvoke

공개 프로퍼티들

프로퍼티 타입 설명
cbSize int
dwContextHelpId System.IntPtr
dwLanguageId uint
dwStyle uint
hInstance System.IntPtr
hwndOwner System.IntPtr
lpszCaption char*
lpszIcon System.IntPtr
lpszText char*

공개 메소드들

메소드 설명
Create ( ) : MSGBOXPARAMS

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : MSGBOXPARAMS
리턴 MSGBOXPARAMS

프로퍼티 상세

cbSize 공개적으로 프로퍼티

public int cbSize
리턴 int

dwContextHelpId 공개적으로 프로퍼티

public IntPtr,System dwContextHelpId
리턴 System.IntPtr

dwLanguageId 공개적으로 프로퍼티

public uint dwLanguageId
리턴 uint

dwStyle 공개적으로 프로퍼티

public uint dwStyle
리턴 uint

hInstance 공개적으로 프로퍼티

public IntPtr,System hInstance
리턴 System.IntPtr

hwndOwner 공개적으로 프로퍼티

public IntPtr,System hwndOwner
리턴 System.IntPtr

lpszCaption 공개적으로 프로퍼티

public char* lpszCaption
리턴 char*

lpszIcon 공개적으로 프로퍼티

public IntPtr,System lpszIcon
리턴 System.IntPtr

lpszText 공개적으로 프로퍼티

public char* lpszText
리턴 char*