2.3.1.18 HostExtenders

Specifies a list of host extenders.

ABNF syntax:

 HostExtenders   =  "[Host Extender Info]" NWLN
                        *HostExtenderRef 
  
 HostExtenderRef =  ExtenderIndex  "=" ExtenderGuid ";" 
                       LibName ";" CreationFlags NWLN
  
 ExtenderIndex   = HEXINT32
  
 ExtenderGuid    = GUID
  
 LibName         = "VBE" / *(%x21-3A / %x3C-FF)
 
 
 CreationFlags   = HEXINT32

<HostExtenderRef>: Specifies a reference to an aggregatable server’s Automation type library.

<ExtenderIndex>: Specifies the index of the host extender entry. MUST be unique to the list of HostExtenders.

<ExtenderGuid>: Specifies the GUID of the Automation type library to extend.

<LibName>: Specifies a host-provided Automation type library name. "VBE" specifies a built in name for the VBA Automation type library.

<CreationFlags>: Specifies a host-provided flag as follows:

Value

Meaning

0x00000000

MUST NOT create a new extended type library for the aggregatable server if one is already available to the VBA environment.

0x00000001

MUST create a new extended type library for the aggregatable server.