SklCommon.h
From Solid Graphics Wiki
- Note: Instead of using #include "SklCommon.h" directive in your programs you can always use #include "SolidKit.h" directive which internally includes all SolidKit Library header files (except for those used by the SolidKit Library Pro package only).
The SklCommon.h is SolidKit Library's C++ header file which declares classes and functions commonly used across the library.
Contents |
The Header file Types
Classes
Functions
- ImportRegistryData
- GetRegistrySubKeyNames
- GetRegistryValueNames
- GetRegistryValue
- SetRegistryValue
- RegistryKeyExist
- RegistryValueExist
- DeleteRegistryValue
- DeleteRegistryKey
See Also
