Exemplo n.º 1
0
 private static extern void EncodeAuthRespNative(
     IntPtr auth,
     ref AuthReqNative req,
     uint reqId,
     [MarshalAs(UnmanagedType.U1)] bool isGranted,
     IntPtr userData,
     FfiResultStringCb oCb);
Exemplo n.º 2
0
 private static extern void EncodeAuthReqNative(ref AuthReqNative req, IntPtr userData, FfiResultUIntStringCb oCb);