|
IMVHistogram2
The IMVHistogram2 interface extends the IMVHistogram interface.
Header
file: iMVHistogram.h
Interface definition language file:
iMVHistogram.idl
Interface ID: IID_IMVHistogram2
HRESULT
IMVHistogram2::AutoUpdate
Declaration: Property
Get/Put AutoUpdate As Boolean .
Automatic histogram update.
C Prototype:
HRESULT put_AutoUpdate(VARIANT_BOOL
newVal);
HRESULT get_AutoUpdate(VARIANT_BOOL *pVal);
|