GetConsoleAliasesLengthW method

int GetConsoleAliasesLengthW(
  1. Pointer<Uint16> ExeName
)

Implementation

int GetConsoleAliasesLengthW(
  ffi.Pointer<ffi.Uint16> ExeName,
) {
  return (_GetConsoleAliasesLengthW ??= _dylib.lookupFunction<
      _c_GetConsoleAliasesLengthW,
      _dart_GetConsoleAliasesLengthW>('GetConsoleAliasesLengthW'))(
    ExeName,
  );
}