[Win32 API] Registry Element Size Limits
저장소/VC++Registry Element Size Limits
The following table identifies the size limits for the various registry elements.
Registry Element | Size Limit |
---|---|
Key name | 255 characters |
Value name | 16,383 characters
Windows 2000: 260 ANSI characters or 16,383 Unicode characters. Windows Me/98/95: 255 characters |
Value | Available memory (latest format)
1MB (standard format) Windows Me/98/95: 16,300 bytes. Windows 95: There is a 64K limit for the total size of all values of a key. |
Tree | A registry tree can be 512 levels deep. You can create up to 32 levels at a time through a single registry API call. |
Long values (more than 2,048 bytes) should be stored as files with the file names stored in the registry. This helps the registry perform efficiently.
'저장소 > VC++' 카테고리의 다른 글
[MFC] OnCancel(), OnClose(), OnDestroy(), OnOK() 그리고 Dialog 소멸자 (0) | 2011.01.04 |
---|---|
[Win32 API] RegQueryInfoKey (0) | 2010.12.16 |
[Win32 API] RegEnumKeyEx (0) | 2010.12.16 |
[Win32 API] File Version (0) | 2010.11.09 |
[Win32 API] System Information Functions (0) | 2010.07.16 |