pspsdk-1.0+beta2
psputility_htmlviewer.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * psputility_htmlviewer.h - html viewer utility library.
7  *
8  * Copyright (c) 2008 David Perry (InsertWittyName)
9  * Copyright (c) 2008 moonlight
10  *
11  */
12 
13 #ifndef __PSPUTILITY_HTMLVIEWER_H__
14 #define __PSPUTILITY_HTMLVIEWER_H__
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
21 {
28 };
29 
31 {
38 };
39 
41 {
50 };
51 
53 {
60 };
61 
63 {
70 };
71 
73 {
80 };
81 
83 {
108 };
109 
111 {
114  void* memaddr;
116  unsigned int memsize;
118  int unknown1;
120  int unknown2;
122  char* initialurl;
124  unsigned int numtabs;
126  unsigned int interfacemode;
128  unsigned int options;
130  char* dldirname;
132  char* dlfilename;
134  char* uldirname;
136  char* ulfilename;
138  unsigned int cookiemode;
140  unsigned int unknown3;
142  char* homeurl;
144  unsigned int textsize;
146  unsigned int displaymode;
148  unsigned int connectmode;
150  unsigned int disconnectmode;
152  unsigned int memused;
154  int unknown4[10];
155 
157 
166 
171 
177 int sceUtilityHtmlViewerUpdate(int n);
178 
187 
188 #ifdef __cplusplus
189 }
190 #endif
191 
192 #endif