GetConsoleSelectionInfo function kernel32
Retrieves information about the current console selection.
BOOL GetConsoleSelectionInfo(
_Out_ PCONSOLE_SELECTION_INFO lpConsoleSelectionInfo
);
Implementation
int GetConsoleSelectionInfo(
Pointer<CONSOLE_SELECTION_INFO> lpConsoleSelectionInfo,
) => _GetConsoleSelectionInfo(lpConsoleSelectionInfo);