IApplicationDebugger.CreateInstanceAtDebugger 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 CreateInstanceAtDebugger(Guid % rclsid, System::Object ^ pUnkOuter, System::UInt32 dwClsContext, Guid % riid, [Runtime::InteropServices::Out] System::Object ^ % ppvObject);
public int CreateInstanceAtDebugger(ref Guid rclsid, object pUnkOuter, uint dwClsContext, ref Guid riid, out object ppvObject);
abstract member CreateInstanceAtDebugger : Guid * obj * uint32 * Guid * obj -> int
Public Function CreateInstanceAtDebugger (ByRef rclsid As Guid, pUnkOuter As Object, dwClsContext As UInteger, ByRef riid As Guid, ByRef ppvObject As Object) As Integer
Parameters
- rclsid
- Guid
- pUnkOuter
- Object
- dwClsContext
- UInt32
- riid
- Guid
- ppvObject
- Object