GetConsoleSelectionInfo function kernel32

int GetConsoleSelectionInfo(
  1. Pointer<CONSOLE_SELECTION_INFO> lpConsoleSelectionInfo
)

Retrieves information about the current console selection.

BOOL GetConsoleSelectionInfo(
  _Out_ PCONSOLE_SELECTION_INFO lpConsoleSelectionInfo
);

Implementation

int GetConsoleSelectionInfo(
  Pointer<CONSOLE_SELECTION_INFO> lpConsoleSelectionInfo,
) => _GetConsoleSelectionInfo(lpConsoleSelectionInfo);