Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 951 Bytes

singlylinkedlist-remove-if.md

File metadata and controls

26 lines (22 loc) · 951 Bytes
title titleSuffix description manager author ms.author ms.date ms.service ms.custom ms.topic
singlylinkedlist_remove_if function reference | Microsoft Docs
Azure IoT C SDK
This is the function reference page for the singlylinkedlist_remove_if() function in the Azure IoT C SDK. This SDK is used with Azure IoT Hub and Azure IoT Hub Device Provisioning Service
timlt
wesmc7777
wesmc
03/25/2022
iot-hub
reference

singlylinkedlist_remove_if()

Syntax

#include "azure-iot-sdk-c/c-utility/inc/azure_c_shared_utility/singlylinkedlist.h"

int singlylinkedlist_remove_if(
  SINGLYLINKEDLIST_HANDLE  list,
  LIST_CONDITION_FUNCTION  condition_function,
  const void *             match_context
);