Expand Minimize
This topic has not yet been rated - Rate this topic

FreeConfirmConflictItem function

Frees the resources that have been allocated for a CONFIRM_CONFLICT_ITEM structure.

Syntax


void FreeConfirmConflictItem(
  _Inout_  CONFIRM_CONFLICT_ITEM *pcci
);

Parameters

pcci [in, out]

Type: CONFIRM_CONFLICT_ITEM*

A pointer to a CONFIRM_CONFLICT_ITEM structure that stores pointers to the items for which memory is to be freed.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Syncmgr.idl

DLL

None

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.