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