Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "IClassFactory" in [All]

Interfaces

.

interface IClassFactory2

.

    Interface IClassFactory2

.

You can instantiate a IClassFactory2 thanks to the CoGetClassObject (from OLE32.DLL)

.

    IClassFactory2 icf2 = Ole32.CoGetClassObject(

.

        typeof(IClassFactory2).GUID) as IClassFactory2;

.

    Dim classFactory As IClassFactory2 = CoGetClassObject(GetType(ComMyLibraryClass).GUID,CLSCTX.CLSCTX_LOCAL_SERVER,

.

                                  IntPtr.Zero, GetType(IClassFactory2).GUID)

.
Documentation
[IClassFactory2] on MSDN
.

interface IClassFactory2

.

  Interface IClassFactory2

.

You can instantiate a IClassFactory2 thanks to the CoGetClassObject (from OLE32.DLL)

.

    IClassFactory2 icf2 = Ole32.CoGetClassObject(

.

        typeof(IClassFactory2).GUID) as IClassFactory2;

.
Documentation
[IClassFactory2] on MSDN

misc

3: FAQ
.
Question

 
Access PInvoke.net directly from VS: