Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

ReleaseSRWLockShared function

Releases a slim reader/writer (SRW) lock that was acquired in shared mode.

Syntax


VOID WINAPI ReleaseSRWLockShared(
  _Inout_  PSRWLOCK SRWLock
);

Parameters

SRWLock [in, out]

A pointer to the SRW lock.

Return value

This function does not return a value.

Remarks

Windows Phone 8: This API is supported.

Requirements

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

WinBase.h on Windows Vista, Windows 7, Windows Server 2008, and Windows Server 2008 R2 (include Windows.h);
Synchapi.h on Windows 8 and Windows Server 2012

Library

Kernel32.lib

DLL

Kernel32.dll

See also

AcquireSRWLockShared
Slim Reader/Writer (SRW) Locks
Synchronization Functions

 

 

Send comments about this topic to Microsoft

Build date: 12/18/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.