C# 클래스 PC.PowerBuddy.Interop.Win32Interop

파일 보기 프로젝트 열기: MetaFight/PowerBuddy

공개 메소드들

메소드 설명
SetWindowLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr

비공개 메소드들

메소드 설명
GetWindowLong ( IntPtr hWnd, int nIndex ) : IntPtr
IntPtrToInt32 ( IntPtr intPtr ) : int
IntSetWindowLong ( IntPtr hWnd, int nIndex, Int32 dwNewLong ) : Int32
IntSetWindowLongPtr ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
SetLastError ( int dwErrorCode ) : void

메소드 상세

SetWindowLong() 공개 정적인 메소드

public static SetWindowLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
hWnd System.IntPtr
nIndex int
dwNewLong System.IntPtr
리턴 System.IntPtr