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

ole32

.

        Guid    IID_IPersistStreamInit = new Guid("7FD52380-4E07-101B-AE2D-08002B2EC713");

.

            iResult = Marshal.QueryInterface(pIUnk, ref IID_IPersistStreamInit, out pIPStream); // returns a pointer to a pointer for a specified Interface

Constants

.

Guid IID_IPersistStream = new Guid("{00000109-0000-0000-C000-000000000046}");

Interfaces

.

  private const string _IID_IPersistStream = "{00000109-0000-0000-C000-000000000046}";

.

      case _IID_IPersistStream:

.

      case _IID_IPersistStream:


 
Access PInvoke.net directly from VS: