DkmNativeCppType.GetPointerType(DkmNativeCppCVQualifiers) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a C++ pointer type.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppPointerType ^ GetPointerType(Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppCVQualifiers Qualifiers);
public Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppPointerType GetPointerType (Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppCVQualifiers Qualifiers);
member this.GetPointerType : Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppCVQualifiers -> Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppPointerType
Public Function GetPointerType (Qualifiers As DkmNativeCppCVQualifiers) As DkmNativeCppPointerType
Parameters
- Qualifiers
- DkmNativeCppCVQualifiers
[In] const/volatile qualifiers on this type.
Returns
[Out] Represents a pointer type (e.g. int*).