IsMasterApplication
|
![]() ![]() ![]() |
|
pValue [out, retval]
|
Pointer to the boolean value which is TRUE if the application has an exclusive control and FALSE otherwise
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
|
if ActiveGigE1.IsMasterApplicatoin then
|
Slider1.Enable(TRUE)
|
else
|
Slider1.Enable(FALSE)
|
endif
|