AddResourceAttributeAce method
Implementation
int AddResourceAttributeAce(
ffi.Pointer<ACL> pAcl,
int dwAceRevision,
int AceFlags,
int AccessMask,
ffi.Pointer<ffi.Void> pSid,
ffi.Pointer<PCLAIM_SECURITY_ATTRIBUTES_INFORMATION> pAttributeInfo,
ffi.Pointer<ffi.Uint64> pReturnLength,
) {
return (_AddResourceAttributeAce ??= _dylib.lookupFunction<
_c_AddResourceAttributeAce,
_dart_AddResourceAttributeAce>('AddResourceAttributeAce'))(
pAcl,
dwAceRevision,
AceFlags,
AccessMask,
pSid,
pAttributeInfo,
pReturnLength,
);
}