Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IWConfigTokens Interface Referenceabstract

#include <p6config.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR addToken (const P6WCHAR *pToken, const P6WCHAR *pValue)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 

Detailed Description

To get a pointer to this object perform the following steps:

1) Get a pointer to the p6IWConfig interface (e.g., p6Config)

2) Call the queryInterface method, for example: p6Config->queryInterface( IID_p6IWConfigTokens, &pTokens );

Note, that the queryInterface and addref methods are basic p6ICom methods inherited by this interface. This interface handles all locking so that multiple threads can access it at the same time.

Definition at line 200 of file p6config.h.


The documentation for this interface was generated from the following file: