Skip to content
TopicTracker
From devblogs.microsoft.com/oldnewthingView original
TranslationTranslation

The case of the Create­File­Mapping that always reported ERROR_ALREADY_EXISTS

A developer encountered a case where CreateFileMapping always returned ERROR_ALREADY_EXISTS. The explanation is straightforward: the error occurs because a file mapping with that name already exists.