Skype4COM 1.0.36.0
|
ISmsChunkCollection Interface Reference
SmsChunkCollection is the default interface for this class. More...
import "Skype4COM.idl";
Public Member Functions | |
HRESULT | Add ([in] ISmsChunk *pItem) |
This command adds a chunk to an SmsChunkCollection. | |
HRESULT | Remove ([in] long Index) |
This command removes a chunk from an SmsChunkCollection. | |
HRESULT | RemoveAll (void) |
This command removes all chunks from an SmsChunkCollection. | |
Properties | |
LONG | Count [get] |
This command queries the number of chunks in a SmsChunkCollection. | |
ISmsChunk | Item ([in] LONG Index) [get] |
This command requests a chunk with a specified index in an SmsChunkCollection. | |
IUnknown | _NewEnum [get] |
This command requests the enumerator object of an SmsChunkCollection. |
Detailed Description
SmsChunkCollection is the default interface for this class.
Member Function Documentation
HRESULT Add | ( | [in] ISmsChunk * | pItem | ) |
This command adds a chunk to an SmsChunkCollection.
- Parameters:
-
[in] pItem contains the interface pointer to the SmsChunk object.
HRESULT Remove | ( | [in] long | Index | ) |
This command removes a chunk from an SmsChunkCollection.
- Parameters:
-
[in] Index contains the index of the chunk to be remove from the SMS chunk collection.
Property Documentation
HRESULT Item [get] |
This command requests a chunk with a specified index in an SmsChunkCollection.
- Parameters:
-
[in] Index contains the index of the chunk to return.
The documentation for this interface was generated from the following file:
Copyright � 2006 Skype Limited. All rights reserved.