Decisions which can be returned by the UPS server to the system server.
| Enumerator | Value | Description |
|---|---|---|
| EUpsDecYes |
The action can be performed. This response does not distinguish between a one-shot or an always approval. | |
| EUpsDecNo |
The action cannot be performed. | |
| EUpsDecSessionYes |
The action can be performed for a session, as defined by the system server. | |
| EUpsDecSessionNo |
The action can not be performed for a session, as defined by the system server. |
| typedef TPckgBuf< TUpsDecision > | TUpsDecisionPckgBuf |
Convenience typedef wraps up an instance of TUpsDecision which can be supplied to a server. Note the APIs themselves take TDes8& arguments, not specifically references to an instance of this type.
| typedef TUid | TServiceId |
Uniquely identifies a service. UIDs should be reserved via Symbian Signed.