FEATURE_ERROR structure (featurestagingapi.h)

This structure is intended for infrastructure use only. Do not use this structure.

Syntax

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;

Members

hr

Infrastructure use only.

lineNumber

Infrastructure use only.

file

Infrastructure use only.

process

Infrastructure use only.

module

Infrastructure use only.

callerReturnAddressOffset

Infrastructure use only.

callerModule

Infrastructure use only.

message

Infrastructure use only.

originLineNumber

Infrastructure use only.

originFile

Infrastructure use only.

originModule

Infrastructure use only.

originCallerReturnAddressOffset

Infrastructure use only.

originCallerModule

Infrastructure use only.

originName

Infrastructure use only.

Requirements

Requirement Value
Header featurestagingapi.h