Internet Browser: Difference between revisions

Line 478: Line 478:
| 0x17
| 0x17
| 0x4
| 0x4
| u32 enum WebBootDisplayKind
| u32 enum [[#BootDisplayKind]]
| BootDisplayKind
| BootDisplayKind
|-
|-
Line 786: Line 786:
This enum controls the initial page for ShareApplet.
This enum controls the initial page for ShareApplet.


==== WebBootDisplayKind ====
==== BootDisplayKind ====
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 794: Line 794:
|-
|-
| 0
| 0
| WebBootDisplayKind_White
| BootDisplayKind_White
| Default white background.
| Default white background.
|-
|-
| 1
| 1
|  
|  
| Unknown.
| Unknown. Used by Offline default Arg initialization for DocumentKind_ApplicationLegalInformation/DocumentKind_SystemDataPage.
|-
|-
| 2
| 2
| WebBootDisplayKind_Black
| BootDisplayKind_Black
| Black background.
| Black background.
|-
|-
| 3
| 3
|  
|  
| Unknown.
| Unknown. Used by Share default Arg initialization.
|-
|-
| 4
| 4
|  
|  
| Unknown.
| Unknown. Used by Lobby default default Arg initialization.
|}
|}


Kind values for BootDisplayKind with Web applet. Controls the background color while displaying the loading screen during applet boot.
Kind values for BootDisplayKind. Controls the background color while displaying the loading screen during applet boot.


==== LastUrl ====
==== LastUrl ====