|
|
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.5 ! root 4: Governed by the TrueCrypt License 2.5 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.2 root 15: int ReadRegistryInt (char *subKey, char *name, int defaultValue); 16: char *ReadRegistryString (char *subKey, char *name, char *defaultValue, char *str, int maxLen); 17: DWORD ReadRegistryBytes (char *path, char *name, char *value, int maxLen); 18: void WriteRegistryInt (char *subKey, char *name, int value); 1.1.1.4 root 19: BOOL WriteLocalMachineRegistryDword (char *subKey, char *name, DWORD value); 1.1.1.5 ! root 20: BOOL WriteLocalMachineRegistryMultiString (char *subKey, char *name, char *multiString, DWORD size); 1.1.1.2 root 21: void WriteRegistryString (char *subKey, char *name, char *str); 22: BOOL WriteRegistryBytes (char *path, char *name, char *str, DWORD size); 23: void DeleteRegistryValue (char *subKey, char *name); 1.1.1.4 root 24: 25: #ifdef __cplusplus 26: } 27: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.