GetCount method
Obsolete. Gets the number of items contained in the enumeration sequence.
Syntax
HRESULT retVal = object.GetCount(pnCount);
Parameters
- pnCount [out]
-
Type: unsigned long
A pointer to an unsigned long integer value that contains the number of items within the enumeration sequence.
Remarks
Windows Internet Explorer 7 and later. This interface is obsolete and should not be used.
Show: