GetConsoleSelectionInfo method

int GetConsoleSelectionInfo(
  1. Pointer<PCONSOLE_SELECTION_INFO> lpConsoleSelectionInfo
)

Implementation

int GetConsoleSelectionInfo(
  ffi.Pointer<PCONSOLE_SELECTION_INFO> lpConsoleSelectionInfo,
) {
  return (_GetConsoleSelectionInfo ??= _dylib.lookupFunction<
      _c_GetConsoleSelectionInfo,
      _dart_GetConsoleSelectionInfo>('GetConsoleSelectionInfo'))(
    lpConsoleSelectionInfo,
  );
}