Zoiper COM API  1.1
 All Classes Files Functions Typedefs Enumerations Enumerator Properties
IZoiperProperty Interface Reference

Property interface. More...

Public Member Functions

BSTR Value ([in] INT index)
 Get property value. More...
 

Properties

BSTR Name [get]
 Specifies the name of the property. More...
 
INT Count [get]
 Specifies the number of the values present in the property. More...
 

Detailed Description

Property interface.

The property interface represents a data structure that has one name and multiple values represented by collection of strings.

Member Function Documentation

BSTR IZoiperProperty::Value ( [in] INT  index)

Get property value.

Parameters
[in]indexvalue index. Possible values are from 0 to IZoiperPoperty::Count.

Returns string value corresponding to the parameter index containing the property name.

Property Documentation

INT IZoiperProperty::Count
get

Specifies the number of the values present in the property.

BSTR IZoiperProperty::Name
get

Specifies the name of the property.


The documentation for this interface was generated from the following file: