コード例 #1
0
 // Create a new sender instance. This will return NULL if it fails.
 public static IntPtr send_create(ref send_create_t p_create_settings)
 {
     if (IntPtr.Size == 8)
     {
         return(UnsafeNativeMethods.send_create_64(ref p_create_settings));
     }
     else
     {
         return(UnsafeNativeMethods.send_create_32(ref p_create_settings));
     }
 }
コード例 #2
0
 internal static extern IntPtr send_create_32(ref send_create_t p_create_settings);
コード例 #3
0
 public static extern IntPtr send_create(ref send_create_t p_create_settings);