EFI_TEXT_SET_CURSOR_POSITION

Sets the current coordinates of the cursor position

@param This The protocol instance pointer. @param Column The position to set the cursor to. Must be greater than or equal to zero and less than the number of columns and rows by QueryMode (). @param Row The position to set the cursor to. Must be greater than or equal to zero and less than the number of columns and rows by QueryMode ().

@retval EFI_SUCCESS The operation completed successfully. @retval EFI_DEVICE_ERROR The device had an error and could not complete the request. @retval EFI_UNSUPPORTED The output device is not in a valid text mode, or the cursor position is invalid for the current mode.

extern (C)
alias EFI_TEXT_SET_CURSOR_POSITION = EFI_STATUS function @nogc nothrow

Meta