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.
Returns the type (that is "int *") of the symbol if the symbol has a type. If the symbol does not have a type, an error is returned.
Syntax
HRESULT GetType(
IDebugHostType **type
);
Parameters
type
The type of the symbol will be returned here.
Return value
This method returns HRESULT that indicates success or failure.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |