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 "CoCreateInstance" in [All]

Interfaces

.

IThumbnailCache is used with an instance of local thumbnail cache obtained by CoCreateInstance. To obtain it (C#):

.

CoCreateInstance(CLSID_LocalThumbnailCache, IntPtr.Zero, CLSCTX.CLSCTX_INPROC, IID_IUnknown, out cachePointer);

Structures

.

Change public Guid pIID to IntPtr and marshal your guid directly to an allocated memory block and this struct will work with CoCreateInstanceEx.

ole32

.
Summary
.

static extern void CoCreateInstanceEx(

.
Documentation
[CoCreateInstanceEx] on MSDN
.
Summary
.

static extern void CoCreateInstanceEx(

.
Documentation
[CoCreateInstanceEx] on MSDN

 
Access PInvoke.net directly from VS: