Skype4COM 1.0.36.0
|
ISmsTargetCollection Interface Reference
SmsTargetCollection is the default interface for this class. More...
import "Skype4COM.idl";
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] pItem contains the interface pointer to the new SmsTarget object.
HRESULT Remove | ( | [in] long | Index | ) |
This command removes a target from an SmsTargetCollection.
- Parameters:
-
[in] Index contains 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] Index contains 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.