Search notes:

Windows registry: data types

Values have data associated with it. This data is of one of the following types:
REG_SZ a nul terminated string
REG_EXPAND_SZ a nul terminated string with the names of environment variables embeded between percent signs (%).
REG_BINARY A blob (untyped «array of bytes»)
REG_MULTI_SZ A sequence of nul terminated strings, separated by a space, comma or other delimiter.
REG_DWORD a 4 byte integer value.
REG_QWORD an 8 byte integer value
REG_NONE no data type (What's the difference to REG_BINARY?)
REG_LINK A Unicode string that names a symbolic link
REG_RESOURCE_LIST
REG_RESOURCE_REQUIREMENTS_LIST
REG_FULL_RESOURCE_DESCRIPTOR

See also

The data types are also found in the Microsoft.Win32.RegistryValueKind enum.
registry

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1738292136, '18.227.21.101', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/registry/data-types/index(56): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78