摘要:
void OnEraseBkGnd(HWND hwnd) { /* Vars */ HDC dc; /* Standard Device Context; used to do the painting */ /* rect = Client Rect of the window; Temp = T 阅读全文
posted @ 2020-06-12 13:38
strive-sun
阅读(755)
评论(0)
推荐(0)
摘要:
#include <string> #include <sstream> #include <iostream> int main() { std::wstring keyname = L"HKEY_LOCAL_MACHINE\\SOFTWARE\\Mozilla\\Firefox"; std::w 阅读全文
posted @ 2020-06-12 10:06
strive-sun
阅读(243)
评论(0)
推荐(0)