1 / 2
文档名称:

RUN命令调用其他的应用程序方法.docx

格式:docx   大小:11KB   页数:2页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

RUN命令调用其他的应用程序方法.docx

上传人:夜紫儿 2022/7/13 文件大小:11 KB

下载得到文件列表

RUN命令调用其他的应用程序方法.docx

文档介绍

文档介绍:RUN命令调用其他的应用程序方法
PROCEDURE lookreg
Parameter filetype
Integer nHKey, String ***@cSubKey,
Integer ***@nResult

RUN命令调用其他的应用程序方法
PROCEDURE lookreg
Parameter filetype
Integer nHKey, String ***@cSubKey,
Integer ***@nResult
DECLARE Integer RegCloseKey IN Win32API ;
Integer nHKey
DECLARE Integer RegQueryValueEx IN Win32API ;
Integer nHKey, String lpszValueName,
Integer dwReserved,;
Integer ***@lpdwType, String ***@lpbData,
Integer ***@lpcbData
#DEFINE HKEY_CLASSES_ROOT
-2147483648
#DEFINE C_EXTNOFOUND_LOC “查找失败!“
LOCAL cExtn,cAppKey,cAppName,nErrNum
LOCAL oReg,regfile
cAppKey = ““
cAppName = ““


nCurrentKe