HrCfgUnadvise

The HrCfgUnadvise function ends the monitoring of an extension data section.

Quick Info

Header file: EDKCFG.H
Library: EDKCFG.LIB

HRESULT HrCfgUnadvise(
  LPADVISEOBJ lpAdviseObj,  
  LPTSTR lpszSection        
);
 

Parameters

lpAdviseObj
Input parameter. Points to the ADVISEOBJ structure containing the advise object.
lpszSection
Input parameter. Points to the name of the extension data section.

Return Values

See Return Values.

Remarks

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

See Also

HrCfgAdvise, HrCfgCreateAdviseObj, HrCfgDestroyAdviseObj, HrCfgPollAdviseObj