Exemple #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);
        }
Exemple #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);
        }
Exemple #3
0
 public int SetPushSourceFlags(AMPushSourceFlags Flags)
 {
     return(E_NOTIMPL);
 }
Exemple #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;
 }