Desktop Functions: Smart Device Functions:
|
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 ConstantsGuid 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: |