Issue structure

Represents information about an issue.

Syntax


typedef struct Issue {
  BSTR    Description;
  BSTR    Code;
  DWORD   ID;
  EventID EID;
} Issue;

Members

Description

A COM string containing a description of the issue.

Code

A COM string containing thec code associated with the issue.

ID

The ID of the issue.

EID

The ID of the associated event.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: