Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.