Windows.Win32.System.Com.DVTARGETDEVICE
struct DVTARGETDEVICE
Specifies information about the target device for which data is being composed. DVTARGETDEVICE contains enough information about a Windows target device so a handle to a device context (HDC) can be created using the CreateDC function.
namespace Windows.Win32.System.Com
{
internal struct DVTARGETDEVICE
{
}
}