Esempio n. 1
0
 /// <summary>
 /// Frees a PropertyList service.
 /// </summary>
 /// <param name="client">
 /// The property list service to free.
 /// </param>
 /// <returns>
 /// PROPERTY_LIST_SERVICE_E_SUCCESS on success,
 /// PROPERTY_LIST_SERVICE_E_INVALID_ARG when client is invalid, or a
 /// PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR when another error occured.
 /// </returns>
 public virtual PropertyListServiceError property_list_service_client_free(System.IntPtr client)
 {
     return(PropertyListServiceNativeMethods.property_list_service_client_free(client));
 }