PackedCallPkg structure

Represents a package of four calls.

Syntax


typedef struct PackedCallPkg {
  UINT pcp1;
  UINT pcp2;
  UINT pcp3;
  UINT pcp4;
} PackedCallPkg;

Members

pcp1

The first call in the package.

pcp2

The second call in the package.

pcp3

The third call in the package.

pcp4

The fourth call in the package.

Requirements

Header

Vspixengine.h

 

 

Community Additions

ADD
Show: