DeleteAce method

int DeleteAce(
  1. Pointer<ACL> pAcl,
  2. int dwAceIndex
)

Implementation

int DeleteAce(
  ffi.Pointer<ACL> pAcl,
  int dwAceIndex,
) {
  return _DeleteAce(
    pAcl,
    dwAceIndex,
  );
}