ReleaseSRWLockExclusive method

void ReleaseSRWLockExclusive(
  1. Pointer<RTL_SRWLOCK> SRWLock
)

Implementation

void ReleaseSRWLockExclusive(
  ffi.Pointer<RTL_SRWLOCK> SRWLock,
) {
  return _ReleaseSRWLockExclusive(
    SRWLock,
  );
}