C# Class Windows7.DesktopIntegration.Interop.UnsafeNativeMethods

Datei anzeigen Open project: jamie-pate/FuseBoxFreedom

Public Methods

Method Description
GetClientSize ( IntPtr hwnd, System &size ) : bool
SHAddToRecentDocs ( SHARDAPPIDINFOIDLIST &appIDInfoIDList ) : void
SHAddToRecentDocs ( SHARDAPPIDINFOLINK &appIDInfoLink ) : void
SHAddToRecentDocs ( string path ) : void

Private Methods

Method Description
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

Method Details

GetClientSize() public static method

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

SHAddToRecentDocs() public static method

public static SHAddToRecentDocs ( SHARDAPPIDINFOIDLIST &appIDInfoIDList ) : void
appIDInfoIDList SHARDAPPIDINFOIDLIST
return void

SHAddToRecentDocs() public static method

public static SHAddToRecentDocs ( SHARDAPPIDINFOLINK &appIDInfoLink ) : void
appIDInfoLink SHARDAPPIDINFOLINK
return void

SHAddToRecentDocs() public static method

public static SHAddToRecentDocs ( string path ) : void
path string
return void