26#include <xplc/IMoniker.h>
An interface for obtaining an IObject given a moniker string.
The basic interface which is included by all other XPLC interfaces and objects.
virtual IObject * resolve(const char *)
Given a moniker string, return the IObject it refers to, or NULL if no objects match.
#define IMPLEMENT_IOBJECT(component)
Helper macro to implement the IObject methods automatically.