This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: int WriteInt32(int iVal);
public int WriteInt32 (int iVal);
abstract member WriteInt32 : int -> int
Public Function WriteInt32 (iVal As Integer) As Integer
public: int WriteInt32(long i64Offset, int iVal);
public int WriteInt32 (long i64Offset, int iVal);
abstract member WriteInt32 : int64 * int -> int
Public Function WriteInt32 (i64Offset As Long, iVal As Integer) As Integer