Searched refs:mappingAttributes (Results 1 – 1 of 1) sorted by relevance
154 SECURITY_ATTRIBUTES mappingAttributes; in uprv_mapFile() local162 uprv_memset(&mappingAttributes, 0, sizeof(mappingAttributes)); in uprv_mapFile()163 mappingAttributes.nLength = sizeof(mappingAttributes); in uprv_mapFile()164 mappingAttributes.lpSecurityDescriptor = &securityDesc; in uprv_mapFile()165 mappingAttributes.bInheritHandle = FALSE; /* object uninheritable */ in uprv_mapFile()166 mappingAttributesPtr = &mappingAttributes; in uprv_mapFile()