|
IsFeatureAvailable
|
|
| Name [in]
|
| String specifying the name of the feature
|
| pValue [out, retval]
|
| Pointer to the boolean value which is TRUE if the feature is available and FALSE otherwise
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure
|
|
|
| if IsFeatureAvailable("ExposureTimeAbs") then
|
| Slider1.Enable(TRUE)
|
| else
|
| Slider1.Enable(FALSE)
|
| endif
|