Beispiel #1
0
 private static extern void EncodeContainersRespNative(
     IntPtr auth,
     ref ContainersReqNative req,
     uint reqId,
     [MarshalAs(UnmanagedType.U1)] bool isGranted,
     IntPtr userData,
     FfiResultStringCb oCb);
Beispiel #2
0
 private static extern void EncodeContainersReqNative(ref ContainersReqNative req, IntPtr userData, FfiResultUIntStringCb oCb);