VOID WINAPI NvtDestroyDisplay( |
|
HDISPLAY hDisplay |
|
); |
The NvtDestroyDisplay function releases the memory
allocated for the virtual display.
Parameters
- hDisplay
- Handle to the virtual display.
Return Value
None.
Remarks
If the display font was specified when the display was created,
then it is the responsibility of the application to delete the font
object using the DeleteObject function.
Requirements
Minimum Desktop Platform: Windows 7 Service Pack 1
Minimum Server Platform: Windows Server 2008 R2 Service Pack 1
Header File: cstools11.h
Import Library: csnvtv11.lib
See Also
NvtCreateDisplay,
NvtInitialize,
NvtUninitialize
|