| VOID
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
Client: Requires Windows Vista, Windows XP or Windows
2000 Professional.
Server: Requires Windows Server 2008, Windows Server 2003 or
Windows 2000 Server.
Header: Include cstools6.h.
Library: Use csnvtav6.lib.
See Also
NvtCreateDisplay, NvtInitialize, NvtUninitialize
|