Contents Index Topic Contents | ||
Previous Topic: The IPropertyBag2 Interface Next Topic: IPropertyBag2::GetPropertyInfo |
IPropertyBag2::CountProperties
HRESULT CountProperties( [out] ULONG *pcProperties );Retrieves the number of properties in the property bag.
- Returns one of the following values:
S_OK The method was successful. E_POINTER pcProperties is not valid.
- pcProperties
- [out] Address of a ULONG that receives the number of properties in the property bag.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.