IDebugTypeFieldBuilder.CreatePointerToType(IDebugField, IDebugField) 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.
public:
int CreatePointerToType(Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ pTypeField, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ % pPtrToTypeField);
public int CreatePointerToType(Microsoft.VisualStudio.Debugger.Interop.IDebugField pTypeField, out Microsoft.VisualStudio.Debugger.Interop.IDebugField pPtrToTypeField);
abstract member CreatePointerToType : Microsoft.VisualStudio.Debugger.Interop.IDebugField * IDebugField -> int
Public Function CreatePointerToType (pTypeField As IDebugField, ByRef pPtrToTypeField As IDebugField) As Integer
Parameters
- pTypeField
- IDebugField
- pPtrToTypeField
- IDebugField