|
|
Available in the LEADTOOLS Imaging toolkit. |
UnlockSupport Example for C++ 5.0 and later
ILEADRasterTwain_U * pRasterTwain;
HRESULT hr = ::CoCreateInstance(CLSID_LEADRasterTwain_U, NULL, CLSCTX_ALL, IID_ILEADRasterTwain_U, (void **)&pRasterTwain);
if (FAILED(hr) || !pRasterTwain)
{
::MessageBox (NULL, _TEXT("Failed to create a Raster Twain Object"), _TEXT("Error"), MB_OK);
return;
}
if (pRasterTwain->IsSupportLocked(L_SUPPORT_DOCUMENT))
pRasterTwain->UnlockSupport(L_SUPPORT_DOCUMENT, "TestKey");