MAPIOFFLINE_AGGREGATEINFO
Applies to: Office 2010 | Outlook 2010 | Visual Studio
The structure is used with HrCreateOfflineObj.
typedef struct
{
ULONG ulSize;
IUnknown* pOuterObj;
IUnknown* pRefTrackRoot;
} MAPIOFFLINE_AGGREGATEINFO;
Members
ulSize
The size of the structure.pOuterObj
A pointer to the IUnknown object onto which this object is being aggregated. This allows any QueryInterface calls to pass through to the created object.pRefTrackRoot
Must be NULL.