MakeSelfRelativeSD method
Implementation
int MakeSelfRelativeSD(
ffi.Pointer<ffi.Void> pAbsoluteSecurityDescriptor,
ffi.Pointer<ffi.Void> pSelfRelativeSecurityDescriptor,
ffi.Pointer<ffi.Uint64> lpdwBufferLength,
) {
return (_MakeSelfRelativeSD ??=
_dylib.lookupFunction<_c_MakeSelfRelativeSD, _dart_MakeSelfRelativeSD>(
'MakeSelfRelativeSD'))(
pAbsoluteSecurityDescriptor,
pSelfRelativeSecurityDescriptor,
lpdwBufferLength,
);
}