ICrmFormatLogRecords::GetColumn method (comsvcs.h)

Formats one unstructured log record into an array of viewable fields.

Syntax

HRESULT GetColumn(
  [in]  CrmLogRecordRead CrmLogRec,
  [out] LPVARIANT        pFormattedLogRecord
);

Parameters

[in] CrmLogRec

The unstructured log record to be formatted, as a CrmLogRecordRead structure.

[out] pFormattedLogRecord

The formatted log record, as a Variant array of the fields in this log record as Variant strings.

Return value

This method can return the following values.

Return code Description
S_OK
The method completed successfully.
E_POINTER
A NULL pointer was provided as an argument.
E_FAIL
The log record could not be formatted.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

ICrmFormatLogRecords