Example #1
0
 internal static extern int cli_full_connection(out SambaConnectionHandle output_cli,
                                                string my_name,
                                                string dest_host,
                                                IntPtr dest_ss, int port,
                                                string service, string service_type,
                                                string user, string domain,
                                                string password, int flags,
                                                int signing_state);
Example #2
0
 internal static extern int cli_rpc_pipe_open_noauth(SambaConnectionHandle cli,
                                                     RPCTable table,
                                                     out IntPtr presult);