Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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