estrutura FEATURE_ERROR (featurestagingapi.h)
Essa estrutura destina-se apenas ao uso da infraestrutura. Não use essa estrutura.
Sintaxe
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;
Membros
hr
Somente uso de infraestrutura.
lineNumber
Somente uso de infraestrutura.
file
Somente uso de infraestrutura.
process
Somente uso de infraestrutura.
module
Somente uso de infraestrutura.
callerReturnAddressOffset
Somente uso de infraestrutura.
callerModule
Somente uso de infraestrutura.
message
Somente uso de infraestrutura.
originLineNumber
Somente uso de infraestrutura.
originFile
Somente uso de infraestrutura.
originModule
Somente uso de infraestrutura.
originCallerReturnAddressOffset
Somente uso de infraestrutura.
originCallerModule
Somente uso de infraestrutura.
originName
Somente uso de infraestrutura.
Requisitos
Cabeçalho | featurestagingapi.h |