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.
For any given type, this returns a new IDebugHostType2 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 |