#include <erregtypes.h>
Public Attributes | |
char ** | extensionArray |
list of file extensions supported by this viewer | |
gsize | extensionArraySize |
char * | xResName |
XWindow resource name. | |
char * | szExec |
executable of the user application | |
char * | szArgMask |
use <FILENAME> to specify the filename, <MANIFEST> to specify the manifest | |
char * | szCategory |
viewer, setup, downloadMgr, UserApp are the currently known categories | |
int | ipcChannel |
IPC channel used by this viewer. | |
char * | appIconPath |
Definition at line 150 of file erregtypes.h.
char** regUserApp_t::extensionArray |
Definition at line 153 of file erregtypes.h.
char* regUserApp_t::xResName |
char* regUserApp_t::szExec |
char* regUserApp_t::szArgMask |
use <FILENAME> to specify the filename, <MANIFEST> to specify the manifest
Definition at line 156 of file erregtypes.h.
char* regUserApp_t::szCategory |
viewer, setup, downloadMgr, UserApp are the currently known categories
Definition at line 157 of file erregtypes.h.
Definition at line 159 of file erregtypes.h.