CXAPOParametersBase::EndProcess Method

Notifies CXAPOParametersBase that the XAPO has finished accessing the current process parameters.

Syntax

public:
void EndProcess()  

Return value

None.

Remarks

XAPOs must call this method within their IXAPO::Process implementation to access the current process parameters in a thread-safe manner.

Requirements

Header: Declared in xapobase.h.

Library: Use xapobase.lib.

See also

CXAPOParametersBase

CXAPOParametersBase Members