HrCfgPollAdviseObj

The HrCfgPollAdviseObj function checks an advise object against what is stored in the directory.

Quick Info

Header file: EDKCFG.H
Library: EDKCFG.LIB

HRESULT HrCfgPollAdviseObj(
  LPADVISEOBJ lpAdviseObj  
);
 

Parameters

lpAdviseObj
Input parameter. Points to the ADVISEOBJ structure containing the advise object to poll.

Return Values

See Return Values.

Remarks

The HrCfgPollAdviseObj function calls the notification functions if there are any changes.

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

See Also

HrCfgAdvise, HrCfgCreateAdviseObj, HrCfgDestroyAdviseObj, HrCfgUnadvise