Masslet Send comments on this topic.
GetStructure(IntPtr,ValueType) Method
See Also 
Masslets Namespace > Converters Class > GetStructure Method : GetStructure(IntPtr,ValueType) Method




ptr
structure

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetStructure( _
   ByVal ptr As IntPtr, _
   ByVal structure As ValueType _
) As Object
Visual Basic (Usage)Copy Code
Dim ptr As IntPtr
Dim structure As ValueType
Dim value As Object
 
value = Converters.GetStructure(ptr, structure)
C# 
public static object GetStructure( 
   IntPtr ptr,
   ValueType structure
)
Managed Extensions for C++ 
public: static Object* GetStructure( 
   IntPtr ptr,
   ValueType* structure
) 
C++/CLI 
public:
static Object^ GetStructure( 
   IntPtr ptr,
   ValueType^ structure
) 

Parameters

ptr
structure

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.