IOleInPlaceSiteWindowless.ReleaseDC(IntPtr) Method

Definition

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

Applies to