#include <include/hiker/prv/exgmgr_prv.h>
Data Fields | |
int | itsOpcode |
union { | |
struct _register_handler_bundle { | |
char itsVerb [ALP_EXGMGR_VERB_MAXLEN+1] | |
char itsLocalizedVerb [ALP_EXGMGR_LOCALIZED_VERB_MAXLEN+1] | |
char itsMIMEType [ALP_EXGMGR_MIMETYPE_MAXLEN+1] | |
char itsHandlerBundleName [ALP_EXGMGR_PACKAGENAME_MAXLEN+1] | |
int itsLocalOnly | |
int itsSerializeMe | |
int itsMustBeUnique | |
int itsAcceptGenericInvocation | |
} register_handler_bundle | |
struct _register_handler_notification { | |
char itsVerb [ALP_EXGMGR_VERB_MAXLEN+1] | |
char itsLocalizedVerb [ALP_EXGMGR_LOCALIZED_VERB_MAXLEN+1] | |
char itsMIMEType [ALP_EXGMGR_MIMETYPE_MAXLEN+1] | |
char itsHandlerNotificationType [ALP_EXGMGR_NOTIFICATIONTYPE_MAXLEN+1] | |
int itsLocalOnly | |
int itsSerializeMe | |
int itsMustBeUnique | |
int itsAcceptGenericInvocation | |
} register_handler_notification | |
struct _unregister_handler { | |
char itsVerb [ALP_EXGMGR_VERB_MAXLEN+1] | |
char itsMIMEType [ALP_EXGMGR_MIMETYPE_MAXLEN+1] | |
char itsHandlerBundleName [ALP_EXGMGR_PACKAGENAME_MAXLEN+1] | |
} unregister_handler | |
struct _unregister_handler_notification { | |
char itsVerb [ALP_EXGMGR_VERB_MAXLEN+1] | |
char itsMIMEType [ALP_EXGMGR_MIMETYPE_MAXLEN+1] | |
char itsHandlerNotificationType [ALP_EXGMGR_NOTIFICATIONTYPE_MAXLEN+1] | |
} unregister_handler_notification | |
struct _check_handler_registration { | |
char itsVerb [ALP_EXGMGR_VERB_MAXLEN+1] | |
char itsMIMEType [ALP_EXGMGR_MIMETYPE_MAXLEN+1] | |
} check_handler_registration | |
struct _query_generic_verbs { | |
char itsMIMEType [ALP_EXGMGR_MIMETYPE_MAXLEN+1] | |
} query_generic_verbs | |
struct _receive_request { | |
AlpExgRequest itsRequestId | |
} receive_request | |
struct _cancel_request { | |
int itsGuid | |
} cancel_request | |
} | params |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|