ReleaseSRWLockShared function (Windows)

Switch View :
ScriptFree
ReleaseSRWLockShared function

Applies to: desktop apps | Metro style apps

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.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

WinBase.h (include Windows.h)

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: 3/7/2012