DataWriter.WriteUInt64(UInt64) 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 64-bit unsigned integer value to the output stream.
public:
virtual void WriteUInt64(unsigned long long value) = WriteUInt64;
void WriteUInt64(uint64_t const& value);
public void WriteUInt64(ulong value);
function writeUInt64(value)
Public Sub WriteUInt64 (value As ULong)
Parameters
- value
-
UInt64
unsigned long long
uint64_t
The value.
Implements
M:Windows.Storage.Streams.IDataWriter.WriteUInt64(System.UInt64)
M:Windows.Storage.Streams.IDataWriter.WriteUInt64(unsigned long long)
M:Windows.Storage.Streams.IDataWriter.WriteUInt64(uint64_t)