Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Does anyone know what this function parameter is?

Does anyone know what the MaskImage parameter is for in the LowPass(...) function?

LowPass(LPDISPATCH SourceImage, LPDISPATCH DestImage, const VARIANT& XFilterSize, const VARIANT& YFilterSize, const VARIANT& Tolerance, const VARIANT& MaskImage)

It doesn't make a whole lot of sense because it isn't an LPDISPATCH image like the other two image parameters.
0 Kudos
Message 1 of 2
(2,886 Views)
I ended up declaring this vOptional variable that I pass in place of the MaskImage parameter...it works fine like that.

COleVariant vOptional ((long) DISP_E_PARAMNOTFOUND, VT_ERROR);
0 Kudos
Message 2 of 2
(2,886 Views)