ICcCollection::get_Count (Windows Embedded CE 6.0)
1/5/2010
This method returns the number of items in a collection.
In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.
Syntax
HRESULT get_Count(
long* pVal
);
Parameters
- pVal
[out, retval] Number of items in the collection.
Return Value
The following table shows return values for this method.
Value | Description |
---|---|
E_INVALIDARG |
Indicates that pVal is null. |
S_OK |
Indicates the method returned the count. |
Requirements
Header | ccdatastore.h |
Windows | Windows 2000, Windows Server 2003, Windows Server 2003 Service Pack 1, Windows XP Home, Windows XP Pro |