IOleInPlaceSiteWindowless::ReleaseDC Method (IntPtr)

 

Releases the device context previously obtained by a call to IOleInPlaceSiteWindowless::GetDC.

Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void ReleaseDC(
	IntPtr hDC
)

Parameters

hDC
Type: System::IntPtr

[in] Specifies the device context to be released.

For information on the COM interface, see 8778A58C-2995-4C14-826C-9C97E97E957B

Return to top
Show: