Expand Minimize
This topic has not yet been rated - Rate this topic

MAPIOFFLINE_AGGREGATEINFO

Published: July 16, 2012

The structure is used with HrCreateOfflineObj.

typedef struct
{
  ULONG            ulSize;
  IUnknown*          pOuterObj;
  IUnknown*          pRefTrackRoot;
} MAPIOFFLINE_AGGREGATEINFO;
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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.