You are reading help file online using chmlib.com
|
IEnumSpObjectTokens::GetCount retrieves the number of object tokens contained in the enumeration sequence.
HRESULT GetCount(
ULONG *pulCount
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | pulCount is bad or invalid. |
SPERR_UNINITIALIZED | Attribute parser interface is not initialized. |
FAILED (hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|