Example #1
0
 public static extern bool Init(NvrInitParams args);
Example #2
0
 public static bool Init(NvrInitParams args)
 {
     return(false);
 }