Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <thttpevent.h>

thttpevent.h Global variables

KHTTPUid

const TUint KHTTPUid=0x1000A441;

Description

The HTTP UID. This UID is used for all events defined here.

[Top]


KHTTPMatchAnyEventUid

const TUint KHTTPMatchAnyEventUid=0x1000A44C;

Description

Wildcard Matching UID. When specified as part of an event then the UID event part of the match will be ignored.

[Top]


KTransactionEventBaseStatus

const TInt KTransactionEventBaseStatus=0;

Description

The base status code for transaction events. Any number above this but below KSessionEventBaseStatus is a transaction event.

[Top]


KTransactionWarningBaseStatus

const TInt KTransactionWarningBaseStatus=10000;

Description

The base status code for transaction warning events.

[Top]


KSessionEventBaseStatus

const TInt KSessionEventBaseStatus=100000;

Description

The base status code for session events. Any number above this is a session event.

[Top]


KSessionWarningBaseStatus

const TInt KSessionWarningBaseStatus=110000;

Description

The base status code for session warning events.