GetSecurityDescriptorLength method

int GetSecurityDescriptorLength(
  1. Pointer<Void> pSecurityDescriptor
)

Implementation

int GetSecurityDescriptorLength(
  ffi.Pointer<ffi.Void> pSecurityDescriptor,
) {
  return _GetSecurityDescriptorLength(
    pSecurityDescriptor,
  );
}