SWINSTANCEITEM

SWINSTANCEITEM STRUC

iisPtr dd ? ;points to the instance data

iisSize dw ? ;size of the instance data, in bytes

SWINSTANCEITEM ENDS

The SWINSTANCEITEM structure contains information about a block of instance data.

Fields

iisPtr

Specifies the 32-bit address (segment:offset) of the first byte of the block of instance data.

iisSize

Specifies the instance data's block size, in bytes.