BtServer:Shared Access

 

<< Click to Display Table of Contents >>

Navigation:  Server Classes > BtServer Class >

 

BtServer:Shared Access

 

Previous pageReturn to chapter overviewNext page

 

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

 

 

BtServer