Skype4COM: ISmsTargetCollection Interface Reference

Skype4COM

ISmsTargetCollection Interface Reference

SmsTargetCollection is the default interface for this class. More...

import "Skype4COM.idl";

List of all members.

Public Member Functions

HRESULT Add ([in] ISmsTarget *pItem)
 This command adds a target to an SmsTargetCollection.
HRESULT Remove ([in] long Index)
 This command removes a target from an SmsTargetCollection.
HRESULT RemoveAll (void)
 This command removes all targets from an SmsTargetCollection.

Properties

LONG Count [get]
 This command queries the number of targets in an SmsTargetCollection.
ISmsTarget Item ([in] LONG Index) [get]
 This command queries a target with a specified index in an SmsTargetCollection.
IUnknown _NewEnum [get]
 This command queries the enumerator object of an SmsTargetCollection.

Detailed Description

SmsTargetCollection is the default interface for this class.


Member Function Documentation

HRESULT Add ( [in] ISmsTarget pItem)

This command adds a target to an SmsTargetCollection.

Parameters:
[in]pItemcontains the interface pointer to the new SmsTarget object.
HRESULT Remove ( [in] long  Index)

This command removes a target from an SmsTargetCollection.

Parameters:
[in]Indexcontains the index of the target to remove.

Property Documentation

HRESULT Item [get]

This command queries a target with a specified index in an SmsTargetCollection.

Parameters:
[in]Indexcontains the index of the target to return.

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

Copyright � 2006 Skype Limited. All rights reserved.