Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 642 Bytes

idiasymbol-get-registertype.md

File metadata and controls

33 lines (26 loc) · 642 Bytes
description title ms.date ms.topic dev_langs author ms.author manager ms.subservice
Retrieves the register type.
IDiaSymbol::get_registerType
11/04/2016
reference
C++
mikejo5000
mikejo
mijacobs
debug-diagnostics

IDiaSymbol::get_registerType

Retrieves the register type.

Syntax

HRESULT get_registerType(
   DWORD* pRetVal);

Parameters

pRetVal

[out] A pointer to a DWORD that holds the register type.

Return Value

If successful, returns S_OK; otherwise, returns S_FALSE or an error code.

See also