IClassActivator.GetClassObject(Guid, UInt32, UInt32, Guid, IntPtr) Method
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.
C++
public:
void GetClassObject(Guid % rclsid, System::UInt32 dwClassContext, System::UInt32 locale, Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppv);
public void GetClassObject(ref Guid rclsid, uint dwClassContext, uint locale, ref Guid riid, out IntPtr ppv);
abstract member GetClassObject : Guid * uint32 * uint32 * Guid * nativeint -> unit
Public Sub GetClassObject (ByRef rclsid As Guid, dwClassContext As UInteger, locale As UInteger, ByRef riid As Guid, ByRef ppv As IntPtr)
- rclsid
- Guid
- dwClassContext
- UInt32
- locale
- UInt32
- riid
- Guid
- ppv
-
IntPtr
nativeint
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |