2.2.2 TMPLT_ENTRY

 The TMPLT_ENTRY structure encodes properties of an individual display template.


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

oDN

cbDN

oTmplt

cbTmplt

oScript

cbScript

oDispName

cbDispName

oDN (4 bytes):  A 32-bit unsigned integer that specifies the absolute offset in the display template file to the template-X500-DN of the template. A value of 0x00000000 indicates that the data is not included in the file at the offset location and the value MUST be ignored.

cbDN (4 bytes):  A 32-bit unsigned integer that specifies the length of the template-X500-DN value in bytes including the terminating null character.

oTmplt (4 bytes):  A 32-bit unsigned integer that specifies the absolute offset in the display template file to the template structure data. For more details, see [MS-OXOABKT] section 2.2.2.1. A value of 0x00000000 indicates that the data is not included in the file at the offset location and the value MUST be ignored.

cbTmplt (4 bytes):  A 32-bit unsigned integer that specifies the length of the template structure data, in bytes, which includes the template table, plus any stored strings. The stored strings are defined in the ABNF of section 2.2 as data,the offset of stored strings is specified by the ulString field, as specified in [MS-OXOABKT] section 2.2.2.1.3, in the template table.

oScript (4 bytes):  A 32-bit unsigned integer that specifies the absolute offset in the display template file of the Script file for the template. For more details, see [MS-OXOABKT] section 2.2.2.2. A value of 0x00000000 indicates that the data is not included in the file at the offset location and the value MUST be ignored.

cbScript (4 bytes):  A 32-bit unsigned integer that specifies the length of the Script file data in bytes.

oDispName (4 bytes):  A 32-bit unsigned integer that specifies the absolute offset in the display template file to the display name for the template. A null-terminated string that uses the American National Standards Institute (ANSI) character set. A value of 0x00000000 indicates that the data is not included in the file at the offset location and the value MUST be ignored.

cbDispName (4 bytes):  A 32-bit unsigned integer that specifies the length of the display name in bytes including the terminating null character.