C# 클래스 PInvoke.User32.WINDOWINFO

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

공개 프로퍼티들

프로퍼티 타입 설명
atomWindowType ushort
cbSize uint
cxWindowBorders uint
cyWindowBorders uint
dwExStyle uint
dwStyle uint
dwWindowStatus uint
rcClient RECT
rcWindow RECT
wCreatorVersion ushort

공개 메소드들

메소드 설명
Create ( ) : WINDOWINFO

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : WINDOWINFO
리턴 WINDOWINFO

프로퍼티 상세

atomWindowType 공개적으로 프로퍼티

public ushort atomWindowType
리턴 ushort

cbSize 공개적으로 프로퍼티

public uint cbSize
리턴 uint

cxWindowBorders 공개적으로 프로퍼티

public uint cxWindowBorders
리턴 uint

cyWindowBorders 공개적으로 프로퍼티

public uint cyWindowBorders
리턴 uint

dwExStyle 공개적으로 프로퍼티

public uint dwExStyle
리턴 uint

dwStyle 공개적으로 프로퍼티

public uint dwStyle
리턴 uint

dwWindowStatus 공개적으로 프로퍼티

public uint dwWindowStatus
리턴 uint

rcClient 공개적으로 프로퍼티

public RECT,PInvoke rcClient
리턴 RECT

rcWindow 공개적으로 프로퍼티

public RECT,PInvoke rcWindow
리턴 RECT

wCreatorVersion 공개적으로 프로퍼티

public ushort wCreatorVersion
리턴 ushort