/win32/shellext/RegistryConfig.h
C Header | 8 lines | 5 code | 3 blank | 0 comment | 0 complexity | 00a09a059039afd6b51e59583901331f MD5 | raw file
Possible License(s): GPL-2.0
- #ifndef REGISTRY_CONFIG_H_
- #define REGISTRY_CONFIG_H_
- #include <string>
- int GetRegistryConfig(const std::string& name, std::string& res);
- #endif