Esempio n. 1
0
        public int SetPushSourceFlags(AMPushSourceFlags Flags)
        {
#if HAMED_LOG_METHOD_INFO
            MethodBase method = new StackTrace().GetFrame(0).GetMethod();
            Console.WriteLine(this.GetType().FullName + " - " + method.Name + " - " + method.ToString());
#endif

            return(E_NOTIMPL);
        }
Esempio n. 2
0
        public int GetPushSourceFlags(out AMPushSourceFlags pFlags)
        {
#if HAMED_LOG_METHOD_INFO
            MethodBase method = new StackTrace().GetFrame(0).GetMethod();
            Console.WriteLine(this.GetType().FullName + " - " + method.Name + " - " + method.ToString());
#endif

            pFlags = AMPushSourceFlags.None;
            return(NOERROR);
        }
Esempio n. 3
0
 public int SetPushSourceFlags(AMPushSourceFlags Flags)
 {
     return(E_NOTIMPL);
 }
Esempio n. 4
0
 public int GetPushSourceFlags(out AMPushSourceFlags pFlags)
 {
     pFlags = AMPushSourceFlags.None;
     return(NOERROR);
 }
 public int SetPushSourceFlags(AMPushSourceFlags flags)
 {
     return E_NOTIMPL;
 }
 public int GetPushSourceFlags(out AMPushSourceFlags pFlags)
 {
     pFlags = AMPushSourceFlags.None;
     return NOERROR;
 }