Beispiel #1
0
 public static extern IntPtr wl_proxy_marshal_array_constructor(IntPtr p, uint opcode, WlArgument *args,
                                                                ref WlInterface iface);
Beispiel #2
0
 public static WlInterface *GeneratorAddressOf(ref WlInterface s)
 {
     fixed(WlInterface *addr = &s)
     return(addr);
 }