3.1.1 _VBA_PROJECT Example

The following table illustrates a _VBA_PROJECT (section 2.3.4.1) example that describes the version-dependent information for the VBA project.

Offset

Size

Structure

Value

00000000

0007

_VBA_PROJECT Stream: Version Dependent Project Information - _VBA_PROJECT

00000000

0002

    unsigned integer - Reserved1

0x61CC

00000002

0002

    unsigned integer - Version

0xFFFF

00000004

0001

    BYTE - Reserved2

0x00

00000005

0002

    unsigned integer - Reserved3

0x0001

00000007

0000

    Blob - PerformanceCache

Figure 2: _VBA_PROJECT stream

Version: 0xFFFF specifies the version of VBA used to create the VBA project. Write this field as 0xFFFF.

PerformanceCache: This record is empty on write.