These constants are essential for interacting with the Windows environment.
- `WINDOW_HEIGHT`: The height of the window in pixels.
- `WINDOW_WIDTH`: The width of the window in pixels.
- `MAX_WINDOW_HEIGHT`: The maximum height of the window.
- `MAX_WINDOW_WIDTH`: The maximum width of the window.
- `SCREEN_NAME`: The name of the current screen.
- `MEMORY_SIZE`: The amount of memory allocated.
- `MEMORY_TYPE`: The type of memory being allocated (e.g., 'OS').
- `MEMORY_LIMIT`: The maximum allowed memory.
- `PROCESS_ID`: A unique identifier for the current process.
- `PROCESS_NAME`: The name of the process.
- `PROCESS_NAME_LENGTH`: The length of the process name string.
- `FILE_NAME`: The name of the file.
- `FILE_PATH`: The full path to the file.
- `FILE_SIZE`: The size of the file in bytes.