Windows.Win32.Graphics.Gdi.IHdcContext
interface IHdcContext
namespace Windows.Win32.Graphics.Gdi
{
internal interface IHdcContext
{
HDC GetHdc();
void ReleaseHdc();
}
}