摘要:
// regedit.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #define RRF_RT_ANY 0x0000ffff;int main(int argc, char* argv[]){ char *buff="Software\\11gamereg"; LPDWORD dwSize; BYTE result[100]={0}; int initVlue=33; HKEY hKey; /*****... 阅读全文