• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# NativeDisplayManager_DisplaysInfo
2
3## Overview
4
5The struct describes the information about displays of a device with multiple screens.
6
7**Since**: 14
8
9**Related module**: [OH_DisplayManager](capi-oh-displaymanager.md)
10
11**Header file**: [oh_display_info.h](capi-oh-display-info-h.md)
12
13## Summary
14
15### Member Variables
16
17| Name| Description|
18| -- | -- |
19| uint32_t displaysLength | Number of displays of a device with multiple screens.|
20| [NativeDisplayManager_DisplayInfo](capi-nativedisplaymanager-displayinfo.md)* displaysInfo | An array of NativeDisplayManager_DisplayInfo structs, each containing information about a display.|
21