3.2.4.3.2 GetAccountingMetadata (Opnum 8)

The GetAccountingMetadata method retrieves accounting metadata, which includes column names, types, and other attributes of the accounting tables.

 [id(2), helpstring("method GetAccountingMetadata")] HRESULT GetAccountingMetadata(
   [out] BSTR* pbstrMetaData
 );

pbstrMetaData: A pointer to a string that returns accounting metadata in the form of an AccountingMetaData XML element (section 2.2.5.3).

Return Values: This method returns 0x00000000 for success or a negative HRESULT value (int the following table or in [MS-ERREF] section 2.1.1) if an error occurs.

Return value/code

Description

0x00000000

S_OK

Operation successful.

Additional IWRMAccounting interface methods are specified in section 3.2.4.3.