Registro de windows

Experto muy buenas tardes.
Tengo el siguiente problema y espero pueda ayudarme, de antemano mil gracias por su valioso apoyo.
Le comento requiero en un botón poder agregar una clave al registro de windows con la fecha. Lo estoy intentando con el siguiente código, no me manda error, pero tampoco me esta creando la clave.
DECLARE ;
Integer RegCreateKeyEx ;
IN WIN32API ;
Integer nKey, ;
String cSubKey, ;
Integer nReserved, ;
String cClass, ;
Integer nOptions, ;
Integer nDesired, ;
String @cSecurityAttributes, ;
Integer @nResult, ;
Integer @nDisposition
#DEFINE SSOLO
#DEFINE REG_OPENED_EXISTING_KEY 2
DECLARE ;
Integer RegSetValueEx ;
IN WIN32API ;
Integer nKey, ;
String cValueName, ;
Integer nReserved, ;
Integer nType, ;
String cData, ;
Integer nSizeData
Bueno no se si sea posible, muchas gracias por su apoyo y por compartir sus conocimientos. Saludos

1 respuesta

Respuesta
1
Disculpa no poderte ayudar pero no tengo experiencia con llamadas a las funciones API de windows, disculpa pero se que si pones en el foro publico te podrán ayudar eso tengo por seguro, suerte en todo

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas