BtServer:Shared Access
<< Click to Display Table of Contents >>
BtServer:Shared Access
|
|
Purpose
A logical value indicating whether the server is sharable or exclusive.
Prototype
ACCESS Shared CLASS BtServer
Description
A logical value indicating whether the server is sharable or exclusive. BtServer:Shared is determined by the nMode parameter of the Init method of the BtServer class. When this mode parameter is BFM_EXCLUSIVE, BtServer:Shared returns FALSE, else it returns TRUE
See Also