| description | Learn more about: Platform::SizeT value class | |
|---|---|---|
| title | Platform::SizeT value class | |
| ms.date | 12/30/2016 | |
| ms.topic | reference | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 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.