NvtDestroyDisplay Function  
 
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

Client: Requires Windows 7, Windows Vista or Windows XP.
Server: Requires Windows Server 2008 or Windows Server 2003.
Header: Include cstools7.h.
Library: Use csnvtav7.lib.

See Also

NvtCreateDisplay, NvtInitialize, NvtUninitialize