Share via


IMessengerGroups::Count Property

Deprecated. Retrieves the number of groups.

Syntax

HRESULT IMessengerGroups::get_Count(long *pcCount);

Parameters

  • pcCount
    Pointer to a LONG that provides the number of MessengerGroup objects in the collection.

Return Value

Returns one of the following values.

S_OK Success.
RPC_X_NULL_REF_POINTER pcGroups is a NULL pointer.

Remarks

Important  IMessengerGroups::Count is no longer available in Windows Vista. See Windows Messenger for more information.

Note  This property is available for scripting languages.

See Also

IMessengerGroups