You are reading help file online using chmlib.com
|
ISpObjectToken::MatchesAttributes determines if an object token supports a specified attribute.
HRESULT MatchesAttributes(
const WCHAR *pszAttributes,
BOOL *pfMatches
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | One or more parameters are invalid. |
SPERR_UNINITIALIZED | The object has not been properly initialized. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|