GetUserObjectSecurity method
Implementation
int GetUserObjectSecurity(
ffi.Pointer<ffi.Void> hObj,
ffi.Pointer<ffi.Uint64> pSIRequested,
ffi.Pointer<ffi.Void> pSID,
int nLength,
ffi.Pointer<ffi.Uint64> lpnLengthNeeded,
) {
return (_GetUserObjectSecurity ??= _dylib.lookupFunction<
_c_GetUserObjectSecurity,
_dart_GetUserObjectSecurity>('GetUserObjectSecurity'))(
hObj,
pSIRequested,
pSID,
nLength,
lpnLengthNeeded,
);
}