DataWriter.WriteUInt32(UInt32) Method
Definition
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.
Writes a 32-bit unsigned integer value to the output stream.
public:
virtual void WriteUInt32(unsigned int value) = WriteUInt32;
void WriteUInt32(uint32_t const& value);
public void WriteUInt32(uint value);
function writeUInt32(value)
Public Sub WriteUInt32 (value As UInteger)
Parameters
- value
-
UInt32
unsigned int
uint32_t
The value.
Implements
M:Windows.Storage.Streams.IDataWriter.WriteUInt32(System.UInt32)
M:Windows.Storage.Streams.IDataWriter.WriteUInt32(unsigned int)
M:Windows.Storage.Streams.IDataWriter.WriteUInt32(uint32_t)