DestroySurface

The DestroySurface callback function destroys a specified surface.

DWORD __stdcall DestroySurface(
LPDDHAL_DESTROYSURFACEDATA pdsd );

Parameters

  • pdsd
    Pointer to a DDHAL_DESTROYSURFACEDATA structure that contains information necessary to destroy the specified surface.

Return Values

Returns one of the following values:

  • DDHAL_DRIVER_HANDLED
  • DDHAL_DRIVER_NOTHANDLED

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.