Share via


IDebugProviderProgramNode2.UnmarshalDebuggeeInterface(Guid, IntPtr) Method

Definition

public:
 int UnmarshalDebuggeeInterface(Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppvObject);
public int UnmarshalDebuggeeInterface(ref Guid riid, out IntPtr ppvObject);
abstract member UnmarshalDebuggeeInterface : Guid * nativeint -> int
Public Function UnmarshalDebuggeeInterface (ByRef riid As Guid, ByRef ppvObject As IntPtr) As Integer

Parameters

riid
Guid
ppvObject
IntPtr

nativeint

Returns

Applies to