Skip to content

Latest commit

 

History

History
111 lines (94 loc) · 2.81 KB

nf-comsvcs-icrmformatlogrecords-getcolumnvariants.md

File metadata and controls

111 lines (94 loc) · 2.81 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:comsvcs.ICrmFormatLogRecords.GetColumnVariants
ICrmFormatLogRecords::GetColumnVariants (comsvcs.h)
Formats one structured log record into an array of viewable fields.
GetColumnVariants
GetColumnVariants method [COM+]
GetColumnVariants method [COM+]
ICrmFormatLogRecords interface
ICrmFormatLogRecords interface [COM+]
GetColumnVariants method
ICrmFormatLogRecords.GetColumnVariants
ICrmFormatLogRecords::GetColumnVariants
_dtc_ICrmFormatLogRecords_GetColumnVariants
comsvcs/ICrmFormatLogRecords::GetColumnVariants
cos.icrmformatlogrecords_getcolumnvariants
cos\icrmformatlogrecords_getcolumnvariants.htm
cos
f2681fe3-744b-4172-8908-1d823d2e2371
12/05/2018
GetColumnVariants, GetColumnVariants method [COM+], GetColumnVariants method [COM+],ICrmFormatLogRecords interface, ICrmFormatLogRecords interface [COM+],GetColumnVariants method, ICrmFormatLogRecords.GetColumnVariants, ICrmFormatLogRecords::GetColumnVariants, _dtc_ICrmFormatLogRecords_GetColumnVariants, comsvcs/ICrmFormatLogRecords::GetColumnVariants, cos.icrmformatlogrecords_getcolumnvariants
comsvcs.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
ICrmFormatLogRecords::GetColumnVariants
comsvcs/ICrmFormatLogRecords::GetColumnVariants
c++
APIRef
kbSyntax
COM
ComSvcs.h
ICrmFormatLogRecords.GetColumnVariants

ICrmFormatLogRecords::GetColumnVariants

-description

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

-parameters

-param LogRecord [in]

The structured log record to be formatted.

-param pFormattedLogRecord [out]

A Variant array of the fields in this log record as Variant strings.

-returns

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.

-see-also

ICrmFormatLogRecords