description | title | ms.date | ms.topic | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|---|
Learn more about: Platform::SizeT value class |
Platform::SizeT value class |
12/30/2016 |
reference |
|
|
0803612c-8ba1-430c-9b7b-1bebae88608d |
Represents the size of an object. SizeT is an unsigned data type.
public ref class SizeT sealed : ValueType
Member | Description |
---|---|
SizeT::SizeT constructor | Initializes a new instance of the class with the specified value. |
Minimum supported client: Windows 8
Minimum supported server: Windows Server 2012
Namespace: Platform
Metadata: platform.winmd
Initializes a new instance of SizeT with the specified value.
SizeT( uint32 value1 ); SizeT( void* value2 );
value1
An unsigned 32-bit value.
value2
Pointer to an unsigned 32-bit value.