You are reading help file online using chmlib.com
|
ISpObjectTokenEnumBuilder::SetAttribs sets the required and optional token enumerator attribute information. This function can be called only once for the same object.
HRESULT SetAttribs(
const WCHAR *pszReqAttribs,
const WCHAR *pszOptAttribs
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
SPERR_ALREADY_INITIALIZED | The object has already been initialized. |
E_OUTOFMEMORY | Exceeded available memory. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|