Desktop Functions: Smart Device Functions:
|
Search Results for "HandleRef" in [All]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,
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, 11: GdipAddPathLine
static extern int GdipAddPathLineI(HandleRef path, int x1, int y1, 12: GdipAddPathLine2
static extern int GdipAddPathLine2I(HandleRef path, HandleRef memorypts, 13: GdipAddPathPath
static extern int GdipAddPathPath(HandleRef path, HandleRef addingPath, 14: 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); 29: GdipCloneBrush
static extern int GdipCloneBrush(HandleRef brush, out IntPtr clonebrush);
static extern int GdipCloneCustomLineCap(HandleRef customCap, out IntPtr clonedCap); 31: GdipCloneFont
static extern int GdipCloneFontFamily(HandleRef fontfamily, 32: GdipCloneImage
static extern int GdipCloneImageAttributes(HandleRef imageattr, 33: GdipCloneMatrix
static extern int GdipCloneMatrix(HandleRef matrix, out IntPtr cloneMatrix); 34: GdipClonePath
static extern int GdipClonePath(HandleRef path, out IntPtr clonepath); 35: GdipClonePen
static extern int GdipClonePen(HandleRef pen, out IntPtr clonepen); 36: 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); 42: 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); 46: 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); gdi3248: TextOut
//Remember to use HandleRef when appropriate. For instance if you create
//use a HandleRef. coredll49: GetWindowDC
Private Shared Function GetWindowDC(ByVal hWnd As HandleRef) As IntPtr
Declare Function GetWindowDC Lib "coredll.dll" (ByVal hWnd As HandleRef) As IntPtr 50: RegCreateKeyEx 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. 51: 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. 52: RegDeleteValue 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. 53: 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. 54: 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. 55: RegQueryInfoKey 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. odbc3257: SQLBindCol
static extern short SQLBindCol(HandleRef StatementHandle, short ColumnNumber, short
TargetType, HandleRef TargetValue, int BufferLength, out IntPtr StrLen_or_Ind);
Shared Function SQLBindCol(ByVal StatementHandle As HandleRef, ByVal ColumnNumber As _
Short, ByVal TargetType As Short, ByVal TargetValue As HandleRef, ByVal BufferLength As _ Interfaces
HandleRef hwndParent, 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); user3260: BringWindowToTop
static extern bool BringWindowToTop(HandleRef hWnd); Cut off search results after 60. Please refine your search. |