Beispiel #1
0
 public static extern int zoo_acreate(IntPtr zh,
                                      string path,
                                      string value,
                                      int valuelen,
                                      IntPtr acl,
                                      int flags,
                                      string_completion_t completion,
                                      IntPtr data
                                      );
Beispiel #2
0
 public static extern int zoo_async(IntPtr zh, string path,
                                    string_completion_t completion, IntPtr data);