WBEM_COMPILE_STATUS_INFO structure (wbemcli.h)

Describes an error for the IMofCompiler interface.

Syntax

typedef struct tag_CompileStatusInfo {
  long    lPhaseError;
  HRESULT hRes;
  long    ObjectNum;
  long    FirstLine;
  long    LastLine;
  DWORD   dwOutFlags;
} WBEM_COMPILE_STATUS_INFO;

Members

lPhaseError

TBD

0

no error

1

parsing error

2

argument error

3

errors occurred while storing the data.

hRes

The actual error code.

ObjectNum

Object that is at fault.

FirstLine

First line number of the object.

LastLine

Last line number of the object.

dwOutFlags

Reserved.

Remarks

The ObjectNum, FirstLine, and LastLine parameters only contain values for errors that relate to a particular class or instance in the file.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header wbemcli.h (include Wbemidl.h)

See also

CompileBuffer

CompileFile

CreateBMOF

IMofCompiler