VarFile.WriteHeaderRecord Method (Stream, String, 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,
string value,
uint id
)
protected:
static void WriteHeaderRecord(
Stream^ stream,
String^ value,
unsigned int id
)
Protected Shared Sub WriteHeaderRecord (
stream As Stream,
value As String,
id As UInteger
)
Parameters
stream
Type: System.IO.StreamThe stream to write to.
value
Type: System.StringThe string value.
id
Type: System.UInt32The ID.
See Also
WriteHeaderRecord Overload
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top