RND_ADVERTISING_SCOPE enumeration (rend.h)

[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

Members of the RND_ADVERTISING_SCOPE enumeration specify how widely a conference announcement is distributed. Values correspond to the advertising scope property on the ITDirectoryObjectConference interface.

Syntax

typedef enum RND_ADVERTISING_SCOPE {
  RAS_LOCAL = 1,
  RAS_SITE = 2,
  RAS_REGION = 3,
  RAS_WORLD = 4
} ;

Constants

 
RAS_LOCAL
Value: 1
Advertising scope is local.
RAS_SITE
Value: 2
Advertising scope is site.
RAS_REGION
Value: 3
Advertising scope is country or region.
RAS_WORLD
Value: 4
Advertising scope is the world.

Remarks

Mapping between scope string value, enum value, and time to live (TTL) based on SDP Internet draft.

Scope string value RND_ADVERTISING_SCOPE TTL
Local AS_LOCAL 1
Site AS_SITE 15
Region AS_REGION 63
World AS_WORLD 127

Requirements

Requirement Value
Header rend.h

See also

ITDirectoryObjectConference

get_AdvertisingScope

put_AdvertisingScope