Searched refs:mappingAttributes (Results 1 – 1 of 1) sorted by relevance
101 SECURITY_ATTRIBUTES mappingAttributes; in uprv_mapFile() local121 uprv_memset(&mappingAttributes, 0, sizeof(mappingAttributes)); in uprv_mapFile()122 mappingAttributes.nLength = sizeof(mappingAttributes); in uprv_mapFile()123 mappingAttributes.lpSecurityDescriptor = &securityDesc; in uprv_mapFile()124 mappingAttributes.bInheritHandle = FALSE; /* object uninheritable */ in uprv_mapFile()125 mappingAttributesPtr = &mappingAttributes; in uprv_mapFile()