GetConsoleAliasExesLengthW method

int GetConsoleAliasExesLengthW()

Implementation

int GetConsoleAliasExesLengthW() {
  return (_GetConsoleAliasExesLengthW ??= _dylib.lookupFunction<
      _c_GetConsoleAliasExesLengthW,
      _dart_GetConsoleAliasExesLengthW>('GetConsoleAliasExesLengthW'))();
}