|
|
1.1.1.3 root 1: /* 1.1.1.4 ! root 2: Copyright (c) 2004-2008 TrueCrypt Foundation. All rights reserved. 1.1.1.3 root 3: 1.1.1.4 ! root 4: Governed by the TrueCrypt License 2.4 the full text of which is contained 1.1.1.3 root 5: in the file License.txt included in TrueCrypt binary and source code 6: distribution packages. 7: */ 8: 1.1.1.4 ! root 9: #ifdef __cplusplus ! 10: extern "C" { ! 11: #endif ! 12: ! 13: BOOL ReadLocalMachineRegistryDword (char *subKey, char *name, DWORD *value); 1.1.1.2 root 14: int ReadRegistryInt (char *subKey, char *name, int defaultValue); 15: char *ReadRegistryString (char *subKey, char *name, char *defaultValue, char *str, int maxLen); 16: DWORD ReadRegistryBytes (char *path, char *name, char *value, int maxLen); 17: void WriteRegistryInt (char *subKey, char *name, int value); 1.1.1.4 ! root 18: BOOL WriteLocalMachineRegistryDword (char *subKey, char *name, DWORD value); 1.1.1.2 root 19: void WriteRegistryString (char *subKey, char *name, char *str); 20: BOOL WriteRegistryBytes (char *path, char *name, char *str, DWORD size); 21: void DeleteRegistryValue (char *subKey, char *name); 1.1.1.4 ! root 22: ! 23: #ifdef __cplusplus ! 24: } ! 25: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.