LockServiceDatabase method

Pointer<Void> LockServiceDatabase(
  1. Pointer<SC_HANDLE__> hSCManager
)

Implementation

ffi.Pointer<ffi.Void> LockServiceDatabase(
  ffi.Pointer<SC_HANDLE__> hSCManager,
) {
  return _LockServiceDatabase(
    hSCManager,
  );
}