Releases a reference to the lock made by the RtlAcquireResource functions
Syntax
void WINAPI RtlReleaseResource (
PRTL_RESOURCE pRes
)
Parameters
- pRes
- A pointer to the resource to release
Return Value
None
Remarks
Use this function to release both exclusive and shared access locks.