Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CM_Free_Resource_Conflict_Handle function (cfgmgr32.h)

The CM_Free_Resource_Conflict_Handle function invalidates a handle to a resource conflict list, and frees the handle's associated memory allocation.

Syntax

CMAPI CONFIGRET CM_Free_Resource_Conflict_Handle(
 [in] CONFLICT_LIST clConflictList
);

Parameters

[in] clConflictList

Caller-supplied handle to be freed. This conflict list handle must have been previously obtained by calling CM_Query_Resource_Conflict_List.

Return value

If the operation succeeds, the function returns CR_SUCCESS. Otherwise, it returns one of the CR_-prefixed error codes defined in Cfgmgr32.h.

Remarks

An application must call CM_Free_Resource_Conflict_Handle after it has finished using the handle that was obtained calling CM_Query_Resource_Conflict_List.

Requirements

Requirement Value
Minimum supported client Available in Microsoft Windows 2000 and later versions of Windows.
Target Platform Desktop
Header cfgmgr32.h (include Cfgmgr32.h)
Library Cfgmgr32.lib
DLL Cfgmgr32.dll

Feedback

Was this page helpful?

Additional resources