次の方法で共有


ReadLog method of the MSFT_PCSVDevice class

Reads the BMC SEL log.

Syntax

uint32 ReadLog(
  [out]     MSFT_PCSVLogRecord  LogRecords[],
  [in, out] CIM_ConcreteJob REF Job
);

Parameters

LogRecords [out]

Streams BMC SEL entries as an array of MSFT_PCSVLogRecord instances.

Job [in, out]

Reference to the job spawned if the operation continues after the method returns. May be NULL if the task is completed.

Return value

This method returns one of the following values.

Completed with No Error (0)

Not Supported (1)

Failed (2)

Reserved (3 4095)

Job Started (4096)

DMTF Reserved (4097 32767)

Vendor Reserved (32768 65535)

Requirements

Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\HardwareManagement
MOF
Pcsvdevice.mof
DLL
PCSVdevice.dll

See also

MSFT_PCSVDevice