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.
Syntax
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 System Requirements.
Header: ClrData.idl, ClrData.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.