IMsoComponentManager::FCreateSubComponentManager Method

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This method is reserved for internal use and is not intended to be used in your code. This method always returns FALSE.

BOOL FCreateSubComponentManager(
   IUnknown *piunkOuter,
   IUnknown *piunkServProv,
   REFIID riid,
   void **ppvObj
);

Parameters

piunkOuter [in, optional]

piunkServProv [in, optional]

riid [in]

ppvObj [out]

Return Value

FALSE in all cases.

See Also

Reference

IMsoComponentManager Interface