Share via


ICLRDataTarget::GetPointerSize Method

Gets the size, in bytes, of the pointer type that the target process uses. This method is called by the common language runtime data access services.

HRESULT GetPointerSize (
    [out] ULONG32     *pointerSize
);

Parameters

  • pointerSize
    [out] A pointer to an integer value that specifies the size, in bytes, of a pointer on the target process.

Remarks

This method is implemented by the writer of the debugging application.

Requirements

Platforms: See .NET Framework System Requirements.

Header: ClrData.idl, ClrData.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

ICLRDataTarget Interface