Previous | Contents | Next
3.1 CreateBandiCapture function
CreateBandiCapture() function is one and only function that bcap32.dll exports. By this function you can create instance of capture library. But we recommend using CBandiCaptureLibrary::Create() function defined in "BandiCap.h"(section 3.3)
HRESULT WINAPI CreateBandiCapture(UINT SDKVersion, void** pp);
-
Parameters
-
UINT SDKVersion
-
[in] Defined in bandicap.h as BCAP_VERSION.
-
void** pp
-
[out] Void pointer reference of IBandiCapture interface.
-
Return Value
-
BCERR_INVALID_VERSION
-
Incompatible version with BCL DLL.
-
BCERR_NOT_ENOUGH_MEMORY
-
Lack of memory to create instance.
-
BC_OK
-
Succeeded to create IBandiCapture interface.
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