WBEM_COMPILE_STATUS_INFO structure (wbemcli.h)
Describes an error for the IMofCompiler interface.
C++
typedef struct tag_CompileStatusInfo {
long lPhaseError;
HRESULT hRes;
long ObjectNum;
long FirstLine;
long LastLine;
DWORD dwOutFlags;
} WBEM_COMPILE_STATUS_INFO;
lPhaseError
TBD
no error
parsing error
argument error
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.
The ObjectNum, FirstLine, and LastLine parameters only contain values for errors that relate to a particular class or instance in the file.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | wbemcli.h (include Wbemidl.h) |