|
|
1.1.1.3 root 1: /* 1.1.1.11! root 2: Copyright (c) 2004-2010 TrueCrypt Developers Association. All rights reserved. 1.1.1.3 root 3: 1.1.1.11! root 4: Governed by the TrueCrypt License 3.0 the full text of which is contained in 1.1.1.10 root 5: the file License.txt included in TrueCrypt binary and source code distribution 6: packages. 1.1.1.3 root 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.11! root 15: BOOL ReadLocalMachineRegistryString (const char *subKey, char *name, char *value, DWORD *size); ! 16: BOOL ReadLocalMachineRegistryStringNonReflected (const char *subKey, char *name, char *str, DWORD *size); 1.1.1.2 root 17: int ReadRegistryInt (char *subKey, char *name, int defaultValue); 18: char *ReadRegistryString (char *subKey, char *name, char *defaultValue, char *str, int maxLen); 19: DWORD ReadRegistryBytes (char *path, char *name, char *value, int maxLen); 20: void WriteRegistryInt (char *subKey, char *name, int value); 1.1.1.4 root 21: BOOL WriteLocalMachineRegistryDword (char *subKey, char *name, DWORD value); 1.1.1.5 root 22: BOOL WriteLocalMachineRegistryMultiString (char *subKey, char *name, char *multiString, DWORD size); 1.1.1.11! root 23: BOOL WriteLocalMachineRegistryString (char *subKey, char *name, char *str, BOOL expandable); 1.1.1.2 root 24: void WriteRegistryString (char *subKey, char *name, char *str); 25: BOOL WriteRegistryBytes (char *path, char *name, char *str, DWORD size); 1.1.1.11! root 26: BOOL DeleteLocalMachineRegistryKey (char *parentKey, char *subKeyToDelete); 1.1.1.2 root 27: void DeleteRegistryValue (char *subKey, char *name); 1.1.1.11! root 28: void GetStartupRegKeyName (char *regk); 1.1.1.4 root 29: 30: #ifdef __cplusplus 31: } 32: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.