XtfCaptureOutputEnd

Stop capture debug output.

Syntax

void XtfCaptureOutputEnd(
         HANDLE hListen
)  

Parameters

hListen
Type: HANDLE 

[in] Listener handle returned by XtfCaptureOutputBegin.

Return value

None.

Remarks

XtfCaptureOutputEnd must be called to free resources associated with this capture session.

Callbacks will no longer trigger after this call returns.

Requirements

Header: Declared in XtfApi.h.

Library: Use XtfApi.lib.