|
|
1.1.1.3 root 1: /* 1.1.1.7 ! root 2: Copyright (c) 2004-2009 TrueCrypt Foundation. All rights reserved. 1.1.1.3 root 3: 1.1.1.6 root 4: Governed by the TrueCrypt License 2.6 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.5 root 14: BOOL ReadLocalMachineRegistryMultiString (char *subKey, char *name, char *value, DWORD *size); 1.1.1.7 ! root 15: BOOL ReadLocalMachineRegistryString (char *subKey, char *name, char *value, DWORD *size); 1.1.1.2 root 16: int ReadRegistryInt (char *subKey, char *name, int defaultValue); 17: char *ReadRegistryString (char *subKey, char *name, char *defaultValue, char *str, int maxLen); 18: DWORD ReadRegistryBytes (char *path, char *name, char *value, int maxLen); 19: void WriteRegistryInt (char *subKey, char *name, int value); 1.1.1.4 root 20: BOOL WriteLocalMachineRegistryDword (char *subKey, char *name, DWORD value); 1.1.1.5 root 21: BOOL WriteLocalMachineRegistryMultiString (char *subKey, char *name, char *multiString, DWORD size); 1.1.1.7 ! root 22: BOOL WriteLocalMachineRegistryString (char *subKey, char *name, char *str, DWORD size); 1.1.1.2 root 23: void WriteRegistryString (char *subKey, char *name, char *str); 24: BOOL WriteRegistryBytes (char *path, char *name, char *str, DWORD size); 25: void DeleteRegistryValue (char *subKey, char *name); 1.1.1.4 root 26: 27: #ifdef __cplusplus 28: } 29: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.