3.2.4.11.7 KeywordsAll (Get) (Opnum 13)

The KeywordsAll (Get) method retrieves the KeywordsAll property, as specified in the property table in section 3.2.4.11.

 [propget] HRESULT KeywordsAll(
   [out, retval] IValueMap** ppKeywords
 );

ppKeywords: Receives the keywords. The keyword is stored as an IValueMap. The value of the level is stored in the Value property of the IValueMap; this refers to the level at which the trace provider is enabled. Each IValueMapItem in the IValueMap refers to the levels that are supported by the trace provider. The Names property of the IValueMapItem refers to the level name, while the Values field of the IValueMapItem contains the numerical value of the level. The type of the IValueMap, specified in the ValueMapType property, is plaIndex; more information can be found in section 2.2.11.

Return Values: This method MUST return an HRESULT with the severity bit clear on success as specified in [MS-ERREF]; otherwise, it MUST return one of the errors as defined in 2.2.1 or one of the errors as defined in [MS-ERREF] section 2.1.