Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.14 KB

platform-sizet-value-class.md

File metadata and controls

56 lines (37 loc) · 1.14 KB
descriptiontitlems.datems.topicf1_keywordshelpviewer_keywordsms.assetid
Learn more about: Platform::SizeT value class
Platform::SizeT value class
12/30/2016
reference
VCCORLIB/PlatformSizeT::SizeT constructor
Platform::SizeT Struct
0803612c-8ba1-430c-9b7b-1bebae88608d

Platform::SizeT value class

Represents the size of an object. SizeT is an unsigned data type.

Syntax

public ref classSizeT sealed : ValueType

Members

MemberDescription
SizeT::SizeT constructorInitializes 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.

See also

Platform namespace

close