Skip to content

Latest commit

 

History

History
94 lines (58 loc) · 2.1 KB

freerootcauseinfos.md

File metadata and controls

94 lines (58 loc) · 2.1 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
FreeRootCauseInfos function (Ndattributils.h)
Deallocates the memory allocated internally to an array of RootCauseInfo structures.
b45fa432-0db4-470b-80ce-ae25c33f88d6
FreeRootCauseInfos function NDF
apiref
FreeRootCauseInfos
ndattributils.h
HeaderDef
reference
05/31/2018

FreeRootCauseInfos function

The FreeRootCauseInfos function deallocates the memory allocated internally to an array of RootCauseInfo structures. This function calls CoTaskMemFree to deallocate memory.

Syntax

VOID FreeRootCauseInfos(
  _In_ RootCauseInfo *pInfo,
       ULONG         RootCauseCount,
       BOOL          bFreePointer
);

Parameters

pInfo [in]

Type: RootCauseInfo*

The array of structures. The allocated memory pointed to by these structures will be freed.

RootCauseCount

Type: ULONG

The number of structures in the array pointed to by pInfo.

bFreePointer

Type: BOOL

True if the array of structures should also be deleted; otherwise, false.

Return value

This function does not return a value.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
Ndattributils.h

See also

RootCauseInfo

CoTaskMemFree