2.2.16 NspiGetTemplateInfo Flags
These values are used to specify optional behavior to an NSPI server. They appear as bit flags in the NspiGetTemplateInfo method. Possible values are as follows.
|
Name and value |
Description |
|---|---|
|
TI_TEMPLATE 0x00000001 |
Specifies that the server is to return the value that represents a template. |
|
TI_SCRIPT 0x00000004 |
Specifies that the server is to return the value of the script associated with a template. |
|
TI_EMT 0x00000010 |
Specifies that the server is to return the email type associated with a template. |
|
TI_HELPFILE_NAME 0x00000020 |
Specifies that the server is to return the name of the help file associated with a template. |
|
TI_HELPFILE_CONTENTS 0x00000040 |
Specifies that the server is to return the contents of the help file associated with a template. |