GetConsoleAliasesLengthA method

int GetConsoleAliasesLengthA(
  1. Pointer<Int8> ExeName
)

Implementation

int GetConsoleAliasesLengthA(
  ffi.Pointer<ffi.Int8> ExeName,
) {
  return (_GetConsoleAliasesLengthA ??= _dylib.lookupFunction<
      _c_GetConsoleAliasesLengthA,
      _dart_GetConsoleAliasesLengthA>('GetConsoleAliasesLengthA'))(
    ExeName,
  );
}