Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Frees a file name mapping object that was retrieved by the SHFileOperation function.
Syntax
void SHFreeNameMappings(
[in, optional] HANDLE hNameMappings
);
Parameters
[in, optional] hNameMappings
Type: HANDLE
A handle to the file name mapping object to be freed.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | shellapi.h |
| Library | Shell32.lib |
| DLL | Shell32.dll (version 4.0 or later) |