Platform SDK: Exchange Server

ADVISECALLBACK

The ADVISECALLBACK function is called when a change occurs to the object being monitored by the HrCfgAdvise function.

Quick Info

Header file: EDKCFG.H
Library: EDKCFG.LIB

HRESULT ADVISECALLBACK(
  LPVOID lpvUserContext, 
  LPWSTR lpwszOwnerTag,  
  ULONG cProps,          
  LPSPropValue lpProps   
);
 

Parameters

lpvUserContext
Input parameter. Points to the user-defined context.
lpwszOwnerTag
Input parameter. Points to the user-defined name of configuration.
cProps
Output parameter. Specifies the number of properties where lpProps points.
lpProps
Output parameter. Points to a MAPI SPropValue structure containing a property tag and its value.

Return Values

See Return Values.

Remarks

For information on the SPropValue structure, see the MAPI Programmer's Reference.

For more information on this function, see Using the Configuration Functions.

See Also

ADVISENOTIFY