EngDeleteSurface (Windows CE 5.0)

Send Feedback

This function deletes a specified surface.

BOOL EngDeleteSurface(  HSURF hsurf);

Parameters

  • hsurf
    [in] Handle to the surface to delete. This handle can be an HSURF or HBM value.

Return Values

If the function call succeeds, this function returns a handle that identifies the surface. Otherwise, this function returns zero and logs an error code.

Remarks

This function returns TRUE if it successfully deletes the surface. Otherwise, this function returns FALSE and logs an error code.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winddi.h.
Link Library: Ddi_ati_lib.lib, Ddi_flat_lib.lib, Ddi_gx_lib.lib, Ddi_mq200_lib.lib, Ddi_nop_lib.lib, Ddi_rflat_lib.lib, Ddi_rgx_lib.lib, or Ddi_tvia5_lib.lib.

See Also

GDI Functions for Display Drivers

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.