Desktop Functions: Smart Device Functions:
|
Search Results for "IPersistStream" in [All]Interfaces1: IDeskBand Public Interface IPersistStream 2: IDeskBand2 Public Interface IPersistStream
private const string _IID_IPersistStream = "{00000109-0000-0000-C000-000000000046}";
case _IID_IPersistStream:
case _IID_IPersistStream: 4: IPersist
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) 8: OleSave
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) Enums10: HRESULT
///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) ConstantsGuid IID_IPersistStream = new Guid("{00000109-0000-0000-C000-000000000046}"); 12: WINERROR
/// Unable to marshal an interface that does not support IPersistStream
public const int COMQC_E_NO_IPERSISTSTREAM = (int)(0x80110603 - 0x100000000); |