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

Interfaces

.

Public Interface IPersistStream

.

Public Interface IPersistStream

.

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

.

      case _IID_IPersistStream:

.

      case _IID_IPersistStream:

.

//from http://msdn.microsoft.com/en-US/library/microsoft.visualstudio.ole.interop.ipersiststreaminit.save(v=vs.80).aspx

.

interface IPersistStreamInit {

.

Interface IPersistStreamInit

.
Documentation
[IPersistStreamInit] on MSDN
.

//from http://msdn.microsoft.com/en-US/library/microsoft.visualstudio.ole.interop.ipersiststreaminit.save(v=vs.80).aspx

.

interface IPersistStreamInit {

.

Interface IPersistStreamInit

.
Documentation
[IPersistStreamInit] on MSDN
.

//from http://msdn.microsoft.com/en-US/library/microsoft.visualstudio.ole.interop.ipersiststreaminit.save(v=vs.80).aspx

.

interface IPersistStreamInit {

.

Interface IPersistStreamInit

.
Documentation
[IPersistStreamInit] on MSDN

ole32

.

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

.

        {   // get a pointer to IPersistStreamInit interface

.

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

.

            IPersistStreamInit pPersistStream = (IPersistStreamInit)Marshal.GetObjectForIUnknown(pIPStream);

.

     public bool CheckGUIDS(IPersistStreamInit pPersistStream, string strCtrlGUID)

.

    private static extern void OleSaveToStream(IPersistStreamInit pPStm, IStream pStm);

.

       public int ByteSizeOfIPStreamInit(IPersistStreamInit pPersistStream)

.

    private static extern void OleSaveToStream(IPersistStreamInit pPStm, IStream pStm);

.

       public int ByteSizeOfIPStreamInit(IPersistStreamInit pPersistStream)

Enums

.

    ///Unable to marshal an interface that does not support IPersistStream

.

    [Description("Unable to marshal an interface that does not support IPersistStream")]

.

    public const int COMQC_E_NO_IPERSISTSTREAM = unchecked((int)0x80110603);

.

    '''Unable to marshal an interface that does not support IPersistStream

.

    <Description("Unable to marshal an interface that does not support IPersistStream")> _

.

    Public Const COMQC_E_NO_IPERSISTSTREAM As Integer = CInt(&H80110603UI)

Constants

.

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

.

        /// Unable to marshal an interface that does not support IPersistStream

.

        public const int COMQC_E_NO_IPERSISTSTREAM = (int)(0x80110603 - 0x100000000);


 
Access PInvoke.net directly from VS: