IVsAtomicTextProvider::DrawAtomGlyph Method (UInt32, IntPtr, array<RECT>^)
Visual Studio 2015
Draws the glyph.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- dwFlags
-
Type:
System::UInt32
[in] Unused.
- hdc
-
Type:
System::IntPtr
[in] Handle for current device context.
- pRect
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::RECT>^
[in] Pointer to the RECT structure which contains the glyph.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr2.idl:
HRESULT IVsAtomicTextProvider::DrawAtomGlyph( [in] DWORD dwFlags, [in] HDC hdc, [in] RECT *pRect );
Show: