Platform::IntPtr Struct

This topic has not yet been rated - Rate this topic

Represents an signed pointer or handle, and whose size is platform-specific (32-bit or 64-bit).

public value struct IntPtr

IntPtr has the following members:

Member

Description

IntPtr::IntPtr constructor

Initializes a new instance of IntPtr.

op_explicit Operator

Converts the specified parameter to an IntPtr or a pointer to an IntPtr value.

ToInt32

Converts the current IntPtr to a 32-bit integer.

Minimum supported client: Windows 8

Minimum supported server: Windows Server 2012

Namespace: Platform

Metadata: platform.winmd

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.