| title | Platform::SizeT value class | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 12/30/2016 | |
| ms.technology | cpp-windows | |
| ms.reviewer | ||
| ms.suite | ||
| ms.tgt_pltfrm | ||
| ms.topic | language-reference | |
| f1_keywords |
|
|
| dev_langs |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 0803612c-8ba1-430c-9b7b-1bebae88608d | |
| caps.latest.revision | 4 | |
| author | ghogen | |
| ms.author | ghogen | |
| manager | ghogen |
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.