NdisFreeReadWriteLock (Windows CE 5.0)

Send Feedback

This function is called to deallocate a ReadWriteLock allocated with an earlier call to NdisInitializeReadWriteLock.

VOID NdisFreeReadWriteLock(PNDIS_RW_LOCK Lock);

Parameters

  • Lock
    [in] Points to an opaque variable that represents a lock. The caller can use this lock to gain write or read access to resources that are shared among non-ISR driver threads.

Return Values

None.

Remarks

The Lock pointer that is passed to NdisInitializeReadWriteLock is a required parameter for all other NdisXXXReadWriteLock functions.

This function is defined for Windows CE only.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib

See Also

NdisAcquireReadWriteLock | NdisReleaseReadWriteLock | NdisInitializeReadWriteLock

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.