| 6 | |
| 7 | private: |
| 8 | struct AccessMaskPair { |
| 9 | DWORD AccessMask; |
| 10 | PCWSTR Decoded; |
| 11 | bool All{ false }; |
| 12 | }; |
| 13 | |
| 14 | static std::unordered_map<std::wstring, std::vector<AccessMaskPair>> Tables; |
| 15 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected