Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the size of an object. SizeT is an unsigned data type.
Syntax
public ref class SizeT sealed : ValueType
Members
| Member | Description |
|---|---|
| SizeT::SizeT constructor | Initializes a new instance of the class with the specified value. |
Requirements
Minimum supported client: Windows 8
Minimum supported server: Windows Server 2012
Namespace: Platform
Metadata: platform.winmd
SizeT::SizeT constructor
Initializes a new instance of SizeT with the specified value.
Syntax
SizeT( uint32 value1 );
SizeT( void* value2 );
Parameters
value1
An unsigned 32-bit value.
value2
Pointer to an unsigned 32-bit value.