The GetDC returns the device context that has been
specified for the virtual display.
Parameters
None.
Return Value
If the method succeeds, the return value is a handle to the device
context. If the method fails, or no device context has been
specified, the return value is NULL.
Remarks
Normally there is no device context explicitly set for the
display. Instead, the device context is dynamically created and
released when the virtual display is updated.
Requirements
Minimum Desktop Platform: Windows 7 (Service Pack 1)
Minimum Server Platform: Windows Server 2008 R2 (Service Pack 1)
Header File: cstools10.h
Import Library: csnvtv10.lib
See Also
SetDC,
Update
|