コード例 #1
0
            public static HRESULT WriteEx(HandleRef himl, ILP dwFlags, Ole32.IStream pstm)
            {
                HRESULT result = WriteEx(himl.Handle, dwFlags, pstm);

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