Beispiel #1
0
 public static extern void SHCreateStreamOnFileEx(string fileName, 
     STGM_CONSTANTS mode, 
     uint attributes, 
     [MarshalAs(UnmanagedType.Bool)]bool fCreate, 
     IStream stream, 
     ref IStream outStream);
Beispiel #2
0
 public static extern void SHCreateStreamOnFileEx(string fileName,
                                                  STGM_CONSTANTS mode,
                                                  uint attributes,
                                                  [MarshalAs(UnmanagedType.Bool)] bool fCreate,
                                                  IStream stream,
                                                  ref IStream outStream);