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