final DCAMDEV_STRING lDCAMDEV_STRING = new DCAMDEV_STRING();
lDCAMDEV_STRING.size(BridJ.sizeOf(DCAMDEV_STRING.class));
lDCAMDEV_STRING.iString(pDCAM_IDSTR.value());
lDCAMDEV_STRING.text(lPointerToString);
lDCAMDEV_STRING.textbytes(lPointerToString.getValidBytes());
final IntValuedEnum<DCAMERR> lError = DcamapiLibrary.dcamdevGetstring(getHDCAMPointer(),
pointerTo(lDCAMDEV_STRING));
final boolean lSuccess = addErrorToListAndCheckHasSucceeded(lError);