Exemplo n.º 1
0
 public static Status Query(Delay delay, DelayAttribute attribute, out UIntPtr obj)
 {
     unsafe
     {
         fixed(UIntPtr *p_obj = &obj)
         {
             return(Query(delay, attribute, new IntPtr(p_obj), (UIntPtr)UIntPtr.Size));
         }
     }
 }
Exemplo n.º 2
0
 public static Status Query(Delay delay, DelayAttribute attribute, out OpenVX.Type obj)
 {
     unsafe
     {
         fixed(OpenVX.Type *p_obj = &obj)
         {
             return(Query(delay, attribute, new IntPtr(p_obj), (UIntPtr)4));
         }
     }
 }