CXAPOParametersBase::EndProcess method (xapobase.h)

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

Syntax

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.

Platform Requirements

Windows 10 (XAudio2.9); Windows 8, Windows Phone 8 (XAudio 2.8); DirectX SDK (XAudio 2.7)

Requirements

Requirement Value
Target Platform Windows
Header xapobase.h
Library XAPOBase.lib

See also

CXAPOParametersBase