Home arrow Programing arrow Windows arrow How to store binary data in the Registry
Wednesday, 24 April 2024
How to store binary data in the Registry PDF Print E-mail
Written by Fred   
Thursday, 08 April 2010
This small example shows how to store and retrieved binary data in the Win32 Registry in pure Win32 API in C/C++.

It is a code sample in Visual C++ 2005 that stores and retrieves a font in the Win32 Registry. The font is stored in the registry as the binary contents of a  LOGFONT struct in a REG_BINARY value. The code is available here.

Last Updated ( Tuesday, 29 June 2010 )
 
< Prev   Next >