CXAPOParametersBase Class

Default implementation of the IXAPOParameters interface.

For a list of all members of this class, see CXAPOParametersBase Members.

Syntax

CXAPOParametersBase : public CXAPOBase, IXAPOParameters  

Remarks

CXAPOParametersBase provides thread-safe, overridable implementations for all IXAPOParameters methods.

This class is for parameter blocks whose size is larger than 8 bytes. To achieve synchronization of smaller parameter blocks, use Interlocked operations directly on the parameters.

Requirements

Header: Declared in xapobase.h.

Library: Use xapobase.lib.

See also

CXAPOParametersBase Members