Accessing IVdsVolumeShrink::QueryMaxReclaimableBytes
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

