VarFile.WriteHeaderRecord Method (Stream, Object, UInt32)
Writes a record to the file header.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected static void WriteHeaderRecord(
Stream stream,
object structValue,
uint id
)
protected:
static void WriteHeaderRecord(
Stream^ stream,
Object^ structValue,
unsigned int id
)
Protected Shared Sub WriteHeaderRecord (
stream As Stream,
structValue As Object,
id As UInteger
)
Parameters
stream
Type: System.IO.StreamThe stream to write to.
structValue
Type: System.ObjectThe value object.
id
Type: System.UInt32The ID.
See Also
WriteHeaderRecord Overload
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top