IOleComponentManager.FCreateSubComponentManager 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 FCreateSubComponentManager(System::Object ^ piunkOuter, System::Object ^ piunkServProv, Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppvObj);
public int FCreateSubComponentManager (object piunkOuter, object piunkServProv, ref Guid riid, out IntPtr ppvObj);
abstract member FCreateSubComponentManager : obj * obj * Guid * nativeint -> int
Public Function FCreateSubComponentManager (piunkOuter As Object, piunkServProv As Object, ByRef riid As Guid, ByRef ppvObj As IntPtr) As Integer
Parameters
- piunkOuter
- Object
- piunkServProv
- Object
- riid
- Guid
- ppvObj
-
IntPtr
nativeint