Udostępnij za pośrednictwem


VarFile.WriteHeaderRecord Method (Stream, Byte[], 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,
    byte[] value,
    uint id
)
protected:
static void WriteHeaderRecord(
    Stream^ stream,
    array<unsigned char>^ value,
    unsigned int id
)
Protected Shared Sub WriteHeaderRecord (
    stream As Stream,
    value As Byte(),
    id As UInteger
)

Parameters

See Also

WriteHeaderRecord Overload
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top