DRV_CLOSE (Windows CE 5.0)

Send Feedback

This message requests a driver to be closed. The codec receives a DRV_CLOSE message for each DRV_OPEN message that succeeds.

Parameters

  • hdrvr
    The open instance value returned from DRV_OPEN.

Return Values

The supporting function returns nonzero if the open instance can be closed. A zero signifies that the driver instance could not be closed.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Msacmdrv.h.

See Also

Required Entry-point Function | DRV_OPEN

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.