Share via


IRTCCollection::get_Count

The get_Count property gets the number of items in the collection.

HRESULT get_Count(long*lCount);

Parameters

  • lCount
    [out] Number of items in the collection.

Return Values

RTC methods may return an RTC_E_ constant.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCCollection is defined as EC7C8096-B918-4044-94F1-E4FBA0361D5C.

See Also

IRTCCollection