Desktop Functions: Smart Device Functions:
|
Search Results for "HandleRef" in [All]coredll1: GetWindowDC
Private Shared Function GetWindowDC(ByVal hWnd As HandleRef) As IntPtr
Declare Function GetWindowDC Lib "coredll.dll" (ByVal hWnd As HandleRef) As IntPtr The .NET Compact Framework does not contain a HandleRef type, so it may be necessary to call [GC.KeepAlive] after calling this function if the calling class wraps the hKey parameter as an unmanaged resource. 3: RegDeleteKey The .NET Compact Framework does not contain a HandleRef type, so it may be necessary to call [GC.KeepAlive] after calling this function if the calling class wraps the hKey parameter as an unmanaged resource. The .NET Compact Framework does not contain a HandleRef type, so it may be necessary to call [GC.KeepAlive] after calling this function if the calling class wraps the hKey parameter as an unmanaged resource. 5: RegFlushKey The .NET Compact Framework does not contain a HandleRef type, so it may be necessary to call [GC.KeepAlive] after calling this function if the calling class wraps the hKey parameter as an unmanaged resource. 6: RegOpenKeyEx The .NET Compact Framework does not contain a HandleRef type, so it may be necessary to call [GC.KeepAlive] after calling this function if the calling class wraps the hKey parameter as an unmanaged resource. The .NET Compact Framework does not contain a HandleRef type, so it may be necessary to call [GC.KeepAlive] after calling this function if the calling class wraps the hKey parameter as an unmanaged resource. gdiplus
static extern int GdipAddPathArcI(HandleRef path, int x, int y, int width,
static extern int GdipAddPathBeziersI(HandleRef path, HandleRef memorypts,
static extern int GdipAddPathBezierI(HandleRef path, int x1, int y1,
static extern int GdipAddPathBeziers(HandleRef path, HandleRef memorypts,
static extern int GdipAddPathClosedCurveI(HandleRef path, HandleRef memorypts,
static extern int GdipAddPathClosedCurve2I(HandleRef path, HandleRef memorypts, 15: GdipAddPathCurve
static extern int GdipAddPathCurveI(HandleRef path, HandleRef memorypts,
static extern int GdipAddPathCurve2I(HandleRef path, HandleRef memorypts,
static extern int GdipAddPathCurve3I(HandleRef path, HandleRef memorypts,
static extern int GdipAddPathEllipseI(HandleRef path, int x, int y, 19: GdipAddPathLine
static extern int GdipAddPathLineI(HandleRef path, int x1, int y1, 20: GdipAddPathLine2
static extern int GdipAddPathLine2I(HandleRef path, HandleRef memorypts, 21: GdipAddPathPath
static extern int GdipAddPathPath(HandleRef path, HandleRef addingPath, 22: GdipAddPathPie
static extern int GdipAddPathPieI(HandleRef path, int x, int y,
static extern int GdipAddPathPolygonI(HandleRef path,
HandleRef memorypts, int count);
static extern int GdipAddPathRectanglesI(HandleRef path,
HandleRef rects, int count);
static extern int GdipAddPathRectangleI(HandleRef path, int x, int y,
static extern int GdipAddPathRectangles(HandleRef path,
HandleRef rects, int count);
static extern int GdipAddPathStringI(HandleRef path, string s,
int length, HandleRef fontFamily, int style, float emSize,
ref GPRECT layoutRect, HandleRef format);
static extern int GdipBeginContainerI(HandleRef graphics,
static extern int GdipBeginContainer2(HandleRef graphics, out int state);
static extern int GdipBitmapGetPixel(HandleRef bitmap, int x, int y,
static extern int GdipBitmapLockBits(HandleRef bitmap, ref GPRECT rect,
static extern int GdipBitmapSetPixel(HandleRef bitmap, int x, int y, int argb);
static extern int GdipBitmapSetResolution(HandleRef bitmap, float dpix,
static extern int GdipBitmapUnlockBits(HandleRef bitmap,
static extern int GdipClearPathMarkers(HandleRef path);
int height, int format, HandleRef srcbitmap, out IntPtr dstbitmap); 37: GdipCloneBrush
static extern int GdipCloneBrush(HandleRef brush, out IntPtr clonebrush);
static extern int GdipCloneCustomLineCap(HandleRef customCap, out IntPtr clonedCap); 39: GdipCloneFont
static extern int GdipCloneFontFamily(HandleRef fontfamily, 40: GdipCloneImage
static extern int GdipCloneImageAttributes(HandleRef imageattr, 41: GdipCloneMatrix
static extern int GdipCloneMatrix(HandleRef matrix, out IntPtr cloneMatrix); 42: GdipClonePath
static extern int GdipClonePath(HandleRef path, out IntPtr clonepath); 43: GdipClonePen
static extern int GdipClonePen(HandleRef pen, out IntPtr clonepen); 44: GdipCloneRegion
static extern int GdipCloneRegion(HandleRef region, out IntPtr cloneregion);
static extern int GdipCloneStringFormat(HandleRef format, out IntPtr newFormat);
static extern int GdipClosePathFigures(HandleRef path);
static extern int GdipCombineRegionPath(HandleRef region, HandleRef path,
static extern int GdipCombineRegionRectI(HandleRef region,
static extern int GdipCombineRegionRegion(HandleRef region,
HandleRef region2, CombineMode mode); 50: GdipComment
static extern int GdipComment(HandleRef graphics, int sizeData, byte[] data);
HandleRef graphics, out IntPtr bitmap);
static extern int GdipCreateBitmapFromHBITMAP(HandleRef hbitmap,
HandleRef hpalette, out IntPtr bitmap);
static extern int GdipCreateBitmapFromHICON(HandleRef hicon, out IntPtr bitmap); 54: GdipEmfToWmfBits
static extern IntPtr GdipEmfToWmfBits(HandleRef hEmf, uint uBufferSize,
internal static extern int GdipMeasureString(HandleRef graphics, string textString, int length, HandleRef font, ref GPRECTF layoutRect, HandleRef stringFormat, [In, Out] ref GPRECTF boundingBox, out int codepointsFitted, out int linesFilled); shell32
public static extern IntPtr SendMessage(HandleRef hWnd, uint Msg, int wParam, IntPtr lParam);
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, string lParam);
//Win32.SendMessage(new HandleRef(null, hWnd), BFFM_SETSELECTIONA, 1, lpData);
SendMessage(new HandleRef(null, hWnd), BFFM_SETSELECTIONW, 1, _initialPath);
SendMessage(new HandleRef(null, hWnd), BFFM_SETSTATUSTEXTW, 0, pathPtr); user3257: BringWindowToTop
static extern bool BringWindowToTop(HandleRef hWnd); 58: GetClassLong
public static IntPtr GetClassLongPtr(HandleRef hWnd, int nIndex)
public static extern uint GetClassLongPtr32(HandleRef hWnd, int nIndex);
public static extern IntPtr GetClassLongPtr64(HandleRef hWnd, int nIndex);
Public Shared Function GetClassLongPtr(ByVal hWnd As HandleRef, ByVal nIndex As Integer) As IntPtr
Public Shared Function GetClassLongPtr32(ByVal hWnd As HandleRef, <MarshalAs(UnmanagedType.I4)>nIndex As ClassLongFlags) As UInteger
Public Shared Function GetClassLongPtr64(ByVal hWnd As HandleRef, <MarshalAs(UnmanagedType.I4)>nIndex As ClassLongFlags) As IntPtr 59: GetClassLongPtr
public static IntPtr GetClassLongPtr(HandleRef hWnd, int nIndex)
public static extern uint GetClassLongPtr32(HandleRef hWnd, int nIndex);
public static extern IntPtr GetClassLongPtr64(HandleRef hWnd, int nIndex);
Public Shared Function GetClassLongPtr(ByVal hWnd As HandleRef, ByVal nIndex As Integer) As IntPtr
Public Shared Function GetClassLongPtr32(ByVal hWnd As HandleRef, ByVal nIndex As Integer) As UInteger
Public Shared Function GetClassLongPtr64(ByVal hWnd As HandleRef, ByVal nIndex As Integer) As IntPtr 60: GetWindowLong
Private Shared Function GetWindowLongPtr(ByVal hWnd As HandleRef, <MarshalAs(UnmanagedType.I4)>nIndex As WindowLongFlags) As IntPtr
Private Shared Function GetWindowLongPtr(ByVal hWnd As HandleRef, <MarshalAs(UnmanagedType.I4)>nIndex As WindowLongFlags) As IntPtr
Private Shared Function GetWindowLongPtr32(ByVal hWnd As HandleRef, ByVal nIndex As Integer) As IntPtr
Private Shared Function GetWindowLongPtr64(ByVal hWnd As HandleRef, ByVal nIndex As Integer) As IntPtr
Public Shared Function GetWindowLongPtr(ByVal hWnd As HandleRef, ByVal nIndex As Integer) As IntPtr You might want to declare the first parameter as HandleRef rather than IntPtr. Cut off search results after 60. Please refine your search. |