Skype4COM: ISmsChunkCollection Interface Reference

Skype4COM

ISmsChunkCollection Interface Reference

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

import "Skype4COM.idl";

List of all members.

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]pItemcontains the interface pointer to the SmsChunk object.
HRESULT Remove ( [in] long  Index)

This command removes a chunk from an SmsChunkCollection.

Parameters:
[in]Indexcontains 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]Indexcontains 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.