|
|
1.1.1.3 ! root 1: /* ! 2: Copyright (c) TrueCrypt Foundation. All rights reserved. ! 3: ! 4: Covered by the TrueCrypt License 2.3 the full text of which is contained ! 5: in the file License.txt included in TrueCrypt binary and source code ! 6: distribution packages. ! 7: */ ! 8: 1.1.1.2 root 9: int ReadRegistryInt (char *subKey, char *name, int defaultValue); 10: char *ReadRegistryString (char *subKey, char *name, char *defaultValue, char *str, int maxLen); 11: DWORD ReadRegistryBytes (char *path, char *name, char *value, int maxLen); 12: void WriteRegistryInt (char *subKey, char *name, int value); 13: void WriteRegistryString (char *subKey, char *name, char *str); 14: BOOL WriteRegistryBytes (char *path, char *name, char *str, DWORD size); 15: void DeleteRegistryValue (char *subKey, char *name);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.