#include <mw/regpsdll.h>
Link against: biut.lib
| class CRegisteredParserDll : public CTimer, public CTimer |
| Public Member Functions | |
|---|---|
| ~CRegisteredParserDll() | |
| TInt | DllRefCount() |
| IMPORT_C TInt | GetLibrary(RFs &, RLibrary &) |
| IMPORT_C CRegisteredParserDll * | NewL(TDesC &) |
| IMPORT_C void | ReleaseLibrary() |
| void | SetUidType(const TUidType &) |
| TUidType | UidType() |
| Inherited Attributes | |
|---|---|
| CActive::iStatus | |
| Inherited Enumerations | |
|---|---|
| CActive:TPriority | |
Finds, loads and maintains a reference count of client processes for a BIO parser DLL.
When the reference count falls to 0, the class is also responsible for unloading the DLL. The public interface for this class is used only by CBIOServerMtm.
| TInt | DllRefCount | ( | ) | const [inline] |
| IMPORT_C CRegisteredParserDll * | NewL | ( | TDesC & | aParserName | ) | [static] |
Allocates and creates a new BIO parser counter.
| Parameters | |
|---|---|
| aParserName | Name of the BIO parser to handle |