Previous | Contents | Next
3.2.6 IBandiCapture::Work
Capture one frame of specific surface.
HRESULT Work(LONG_PTR lpParam);
-
Parameters
-
LONG_PTR lpParam
-
[in] pass the same interface pointer that is used in IBandiCapture::Start() function.(section 3.2.3)
-
Return Value
-
BC_OK_IS_NOT_CAPTURING
-
Bandicap is not capturing.
-
BC_OK_COMPLETED_BY_TIME
-
The capturing is completed by auto-complete recording settings(sec).
-
BC_OK_COMPLETED_BY_SIZE
-
The capturing is completed by auto-complete recording settings(size).
-
BCERR_VIDEO_CAPTURE
-
An error occurred in video capture process.
-
BCERR_AUDIO_CAPTURE
-
An error occurred in audio capture process.
-
BCERR_FILE_CREATE
-
Failed to create file. Check if path is valid, and writable.
-
BCERR_FILE_WRITE
-
Failed to write file. Check if path is valid, and writable.
-
BCERR_NOT_ENOUGH_DISKSPACE
-
Failed to write file. Check if sufficient space is in storage device.
Copyright(C) 2008-2019 Bandicam.com, https://www.bandicam.com
Bandi Capture Library 2.1.0.190 created : 2017-02-03 PM 3:34:53