Managing CAF Agents

Applications can use the ContentAccess::CManager class to manage CAF agents.

Introduction

There are some operations performed on agents that do not relate directly to a particular content file. The ContentAccess::CManager interface includes some functions that allow an application to work with a particular agent.

Required background

Before you start, you must understand:

Procedure

  1. Create a manager object using the CManager::NewL() function.

  2. Perform one or more of the following tasks as per your requirement:

See also

Managing Files