Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: Windows 2000, Windows XP, Windows Server 2003 family
Header: ClrData.idl
Library: CorGuids.lib
.NET Framework Version: 2.0