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

SHFreeNameMappings function

Frees a file name mapping object that was retrieved by the SHFileOperation function.

Syntax


void SHFreeNameMappings(
  _In_opt_  HANDLE hNameMappings
);

Parameters

hNameMappings [in, optional]

Type: HANDLE

A handle to the file name mapping object to be freed.

Return value

This function does not return a value.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Shellapi.h

Library

Shell32.lib

DLL

Shell32.dll (version 4.0 or later)

 

 

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.