2.3.4.2.1.6 PROJECTNAME Record

Specifies a unique VBA identifier as the name of the VBA project.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Id

SizeOfProjectName

...

ProjectName (variable)

...

Id (2 bytes):  An unsigned integer that specifies the identifier for this record. MUST be 0x0004.

SizeOfProjectName (4 bytes): An unsigned integer that specifies the size in bytes of ProjectName. MUST be greater than or equal to 1. MUST be less than or equal to 128.

ProjectName (variable):  An array of SizeOfProjectName bytes that specifies the VBA identifier name for the VBA project. MUST contain MBCS characters encoded using the code page specified in PROJECTCODEPAGE (section 2.3.4.2.1.5). MUST NOT contain null characters.