Overload | Description |
---|---|
GetPreamble(IntPtr,Int32) | Gets the contents of the file’s preamble. |
GetPreamble(Byte[],Int32,Int32) | Gets the contents of the file’s preamble. |
GetPreamble(Int32) | Gets the contents of the file’s preamble. |
For an example, refer to SetIntValue.
To set the file’s preamble, call the SetPreamble
method.
If the value specified by length is >= 128, then the buffer will be updated with the entire preamble. If length is < 128, then the buffer will be updated with a truncated version of the preamble with length length.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family