SHFreeNameMappings function shell32
Frees a file name mapping object that was retrieved by the SHFileOperation function.
To learn more, see learn.microsoft.com/windows/win32/api/shellapi/nf-shellapi-shfreenamemappings.
Implementation
@pragma('vm:prefer-inline')
void SHFreeNameMappings(HANDLE? hNameMappings) =>
_SHFreeNameMappings(hNameMappings ?? nullptr);