C# 클래스 Windows7.DesktopIntegration.Interop.UnsafeNativeMethods

파일 보기 프로젝트 열기: jamie-pate/FuseBoxFreedom

공개 메소드들

메소드 설명
GetClientSize ( IntPtr hwnd, System &size ) : bool
SHAddToRecentDocs ( SHARDAPPIDINFOIDLIST &appIDInfoIDList ) : void
SHAddToRecentDocs ( SHARDAPPIDINFOLINK &appIDInfoLink ) : void
SHAddToRecentDocs ( string path ) : void

비공개 메소드들

메소드 설명
BitBlt ( IntPtr hDestDC, int destX, int destY, int width, int height, IntPtr hSrcDC, int srcX, int srcY, uint operation ) : bool
ChangeWindowMessageFilter ( uint message, uint flags ) : bool
DwmInvalidateIconicBitmaps ( IntPtr hwnd ) : int
DwmSetIconicLivePreviewBitmap ( IntPtr hwnd, IntPtr hbitmap, IntPtr ptClient, uint flags ) : int
DwmSetIconicThumbnail ( IntPtr hwnd, IntPtr hbitmap, uint flags ) : int
GetClientRect ( IntPtr hwnd, RECT &rect ) : bool
GetCurrentProcessExplicitAppUserModelID ( [ AppID ) : void
GetWindowDC ( IntPtr hwnd ) : IntPtr
GetWindowRect ( IntPtr hwnd, RECT &rect ) : bool
GetWindowText ( IntPtr hwnd, StringBuilder str, int maxCount ) : int
RegisterWindowMessage ( string lpString ) : uint
ReleaseDC ( IntPtr hwnd, IntPtr hdc ) : int
SHAddToRecentDocs ( SHARD flags, IntPtr pv ) : void
SHAddToRecentDocs ( SHARD flags, SHARDAPPIDINFOLINK &appIDInfoLink ) : void
SHAddToRecentDocs ( SHARD flags, [ path ) : void
SHGetPropertyStoreForWindow ( IntPtr hwnd, System.Guid &iid, [ propertyStore ) : int
SetCurrentProcessExplicitAppUserModelID ( [ AppID ) : void
SetWindowPos ( IntPtr hwnd, IntPtr hwndInsertAfter, int X, int Y, int cx, int cy, uint flags ) : bool
ShowWindow ( IntPtr hwnd, int cmd ) : bool
StretchBlt ( IntPtr hDestDC, int destX, int destY, int destWidth, int destHeight, IntPtr hSrcDC, int srcX, int srcY, int srcWidth, int srcHeight, uint operation ) : bool

메소드 상세

GetClientSize() 공개 정적인 메소드

public static GetClientSize ( IntPtr hwnd, System &size ) : bool
hwnd System.IntPtr
size System
리턴 bool

SHAddToRecentDocs() 공개 정적인 메소드

public static SHAddToRecentDocs ( SHARDAPPIDINFOIDLIST &appIDInfoIDList ) : void
appIDInfoIDList SHARDAPPIDINFOIDLIST
리턴 void

SHAddToRecentDocs() 공개 정적인 메소드

public static SHAddToRecentDocs ( SHARDAPPIDINFOLINK &appIDInfoLink ) : void
appIDInfoLink SHARDAPPIDINFOLINK
리턴 void

SHAddToRecentDocs() 공개 정적인 메소드

public static SHAddToRecentDocs ( string path ) : void
path string
리턴 void