示例#1
0
 /// <summary>
 /// Closes the lockdownd client session if one is running and frees up the
 /// lockdownd_client struct.
 /// </summary>
 /// <param name="client">
 /// The lockdown client
 /// </param>
 /// <returns>
 /// LOCKDOWN_E_SUCCESS on success, LOCKDOWN_E_INVALID_ARG when client is NULL
 /// </returns>
 public virtual LockdownError lockdownd_client_free(System.IntPtr client)
 {
     return(LockdownNativeMethods.lockdownd_client_free(client));
 }