L_StopCapture

Summary

Stops the current capture process.

Syntax

#include "l_bitmap.h"

L_LTSCR_API L_INT L_StopCapture (L_VOID)

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

This function stops the current capture process.

You should stop a previously started capture process before beginning another, or before the calling thread terminates.

Required DLLs and Libraries

See Also

Functions

Topics

Example

L_INT StopCaptureExample(L_VOID) 
{ 
   /* To call the L_CaptureStopCapture */ 
   L_INT nRet = L_StopCapture(); 
   return nRet; 
} 
Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Screen Capture C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.