public static HRESULT WriteEx(HandleRef himl, ILP dwFlags, Ole32.IStream pstm)
            {
                HRESULT result = WriteEx(himl.Handle, dwFlags, pstm);

                GC.KeepAlive(himl);
                return(result);
            }
 public static extern HRESULT WriteEx(IntPtr himl, ILP dwFlags, Ole32.IStream pstm);
Esempio n. 3
0
 public MeterService(ILP lp, ITOU tou)
 {
     _LP  = lp;
     _TOU = tou;
 }