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