Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/05/2005, 15:52
MaxExtreme
 
Fecha de Ingreso: abril-2005
Mensajes: 3.083
Antigüedad: 20 años, 3 meses
Puntos: 17
En la MSDN, en la función RegSetValue leemos:

dwType
[in] Type of information to be stored. This parameter must be the REG_SZ type. To store other data types, use the RegSetValueEx function.

Por lo tanto, deberás usar RegSetValueEx para tu propósito.

http://msdn.microsoft.com/library/de...setvalueex.asp

Última edición por MaxExtreme; 23/05/2005 a las 15:58