structure FEATURE_ERROR (featurestagingapi.h)
Cette structure est destinée à l’utilisation de l’infrastructure uniquement. N’utilisez pas cette structure.
Syntaxe
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;
Membres
hr
Utilisation de l’infrastructure uniquement.
lineNumber
Utilisation de l’infrastructure uniquement.
file
Utilisation de l’infrastructure uniquement.
process
Utilisation de l’infrastructure uniquement.
module
Utilisation de l’infrastructure uniquement.
callerReturnAddressOffset
Utilisation de l’infrastructure uniquement.
callerModule
Utilisation de l’infrastructure uniquement.
message
Utilisation de l’infrastructure uniquement.
originLineNumber
Utilisation de l’infrastructure uniquement.
originFile
Utilisation de l’infrastructure uniquement.
originModule
Utilisation de l’infrastructure uniquement.
originCallerReturnAddressOffset
Utilisation de l’infrastructure uniquement.
originCallerModule
Utilisation de l’infrastructure uniquement.
originName
Utilisation de l’infrastructure uniquement.
Spécifications
En-tête | featurestagingapi.h |