IDebugHostType2::CreatePointerTo method (dbgmodel.h)
For any given type, this returns a new IDebugHostType which is a pointer to this type. The kind of pointer is supplied by the "kind" argument.
Syntax
HRESULT CreatePointerTo(
PointerKind kind,
IDebugHostType **newType
);
Parameters
kind
The kind of pointer to create (e.g.: a standard pointer, a C++ reference, a C++ rvalue reference, etc…)
newType
The newly created pointer type will be returned here.
Return value
This method returns HRESULT which indicates success or failure.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |