MAPIOFFLINE_AGGREGATEINFO

Applies to: Outlook 2013 | Outlook 2016

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.

See also

HrCreateOfflineObj

MAPIOFFLINE_CREATEINFO