EFI_TEXT_QUERY_MODE

Returns information for an available text mode that the output device(s) supports.

@param This The protocol instance pointer. @param ModeNumber The mode number to return information on. @param Columns Returns the geometry of the text output device for the requested ModeNumber. @param Rows Returns the geometry of the text output device for the requested ModeNumber.

@retval EFI_SUCCESS The requested mode information was returned. @retval EFI_DEVICE_ERROR The device had an error and could not complete the request. @retval EFI_UNSUPPORTED The mode number was not valid.

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

Meta