XLL+ Class Library (7.0)

CXlOper::HandleResult

Ensures that an add-in function result is contained in the calling object

void HandleResult(
   CXlOper* pxloResult
);

Parameters

pxloResult

The return value of an add-in function, or null.

Remarks

This function is called by generated code, and should not normally be used by hand-written code.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods