control是什么词性:关于PB中registryget()函数的作用?

来源:百度文库 编辑:高考问答 时间:2024/05/07 09:33:47
registryget("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet" + "\Control\ComputerName\ComputerName","reg_cw",regstring!,reg_on_date)

请详细解释一下这段代码,谢谢

读取注册表地址HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName的j名称为reg_cw 类型为REG_SZ 的数据 放到reg_on_date变量上

regstring! 对应类型REG_SZ