FEATURE_ERROR 结构 (功能tagingapi.h)
此结构仅用于基础结构使用。 请勿使用此结构。
语法
typedef struct FEATURE_ERROR {
HRESULT hr;
UINT16 lineNumber;
PCSTR file;
PCSTR process;
PCSTR module;
UINT32 callerReturnAddressOffset;
PCSTR callerModule;
PCSTR message;
UINT16 originLineNumber;
PCSTR originFile;
PCSTR originModule;
UINT32 originCallerReturnAddressOffset;
PCSTR originCallerModule;
PCSTR originName;
} FEATURE_ERROR;
成员
hr
基础结构仅使用。
lineNumber
基础结构仅使用。
file
基础结构仅使用。
process
基础结构仅使用。
module
基础结构仅使用。
callerReturnAddressOffset
基础结构仅使用。
callerModule
基础结构仅使用。
message
基础结构仅使用。
originLineNumber
基础结构仅使用。
originFile
基础结构仅使用。
originModule
基础结构仅使用。
originCallerReturnAddressOffset
基础结构仅使用。
originCallerModule
基础结构仅使用。
originName
基础结构仅使用。
要求
标头 | featurestagingapi.h |