|
IsMaster
|
|
|
|
| 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 IsMaster then
|
| Slider1.Enable(TRUE)
|
| else
|
| Slider1.Enable(FALSE)
|
| endif
|