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 |
|
|
Library |
|
|
DLL |
|
Show: