IOleInPlaceSiteWindowless.ReleaseDC(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Releases the device context previously obtained by a call to IOleInPlaceSiteWindowless::GetDC.
public:
void ReleaseDC(IntPtr hDC);
public void ReleaseDC (IntPtr hDC);
abstract member ReleaseDC : nativeint -> unit
Public Sub ReleaseDC (hDC As IntPtr)
Parameters
- hDC
-
IntPtr
nativeint
[in] Specifies the device context to be released.
Remarks
For information on the COM interface, see IOleInPlaceSiteWindowless::ReleaseDC