Version

ExpandHeader Method

Expands the supplied header
Syntax
'Declaration
 
Public Sub ExpandHeader( _
   ByVal oHdrType As System.Object, _
   ByVal oColHdrArg As System.Object _
) 
public void ExpandHeader( 
   System.object oHdrType,
   System.object oColHdrArg
)
public: void ExpandHeader( 
   System.Object* oHdrType,
   System.Object* oColHdrArg
) 

Parameters

oHdrType
enuerated value that represents the type of header to be expanded
oColHdrArg
represents the header to be expanded
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also