Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 848 Bytes

lock-result-fromstring.md

File metadata and controls

25 lines (21 loc) · 848 Bytes
title titleSuffix description manager author ms.author ms.date ms.service ms.custom ms.topic
LOCK_RESULT_FromString function reference | Microsoft Docs
Azure IoT C SDK
This is the function reference page for the LOCK_RESULT_FromString() 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

LOCK_RESULT_FromString()

Syntax

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

int LOCK_RESULT_FromString(
  const char *  enumAsString,
  LOCK_RESULT   destination
);