Accessing IVdsVolumeShrink::QueryMaxReclaimableBytes

Hi,
I wanted to access the function to query the maximum reclaimable bytes in IVdsVolumeShrink interface. But when I try accessing it from outside as

hResult = IVdsVolumeShrink::QueryMaxReclaimableBytes(&reclaimable);

I get illegal call of non static member error. Any idea why? Also, I could find only the virtual declaration of the function and not the definition. Does anyone know where it is defined?

Bharath

[432 byte] By [bharath_neo] at [2008-1-6]