L_IsCaptureActive

#include "l_bitmap.h"

L_LTSCR_API L_BOOL L_IsCaptureActive(void)

Indicates whether a capture process has been started.

Returns

Returns TRUE if a capture operation is currently active, FALSE otherwise.

Comments

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

Required DLLs and Libraries

See Also

Functions

Topics

Example

L_INT IsCaptureActiveExample(L_VOID) 
{ 
   /* if capture is active, stop it */ 
   if(L_IsCaptureActive()) 
      L_StopCapture(); 
 
   return SUCCESS; 
} 
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Screen Capture C API Help