Метод |
Описание |
|
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 |
|
|