AC97_UnLock

The function AC97_UnLock frees the mutex reserved by AC97_Lock.

short int AC97_UnLock( void);

Parameters

none

Return Values

If the function succeeds, the return value is SUCCESS.
If the function fails, the return value is FALSE.

Remarks

Requirements

OS Versions: Windows CE 4.2 and later.
Header: drvlib_app.h
Link Library: drvlib_app.lib

See Also

AC97_Lock