CM_Get_DevNode_Status_Ex 函数 (cfgmgr32.h)

[从 Windows 8 和 Windows Server 2012 开始,此函数已弃用。 请改 用 CM_Get_DevNode_Status 。]

CM_Get_DevNode_Status_Ex函数从本地或远程计算机设备树上的设备节点 (devnode) 获取设备实例的状态

语法

CMAPI CONFIGRET CM_Get_DevNode_Status_Ex(
  [out]          PULONG   pulStatus,
  [out]          PULONG   pulProblemNumber,
  [in]           DEVINST  dnDevInst,
  [in]           ULONG    ulFlags,
  [in, optional] HMACHINE hMachine
);

参数

[out] pulStatus

要接收状态位标志的位置的地址。 函数可以设置 Cfg.h 中定义的DN_前缀位标志的任意组合。

[out] pulProblemNumber

要接收 Cfg.h 中定义的CM_PROB_前缀问题值之一的位置的地址。 仅在 pulStatus 中设置了DN_HAS_PROBLEM时才使用。

[in] dnDevInst

调用方提供的设备实例句柄,绑定到 hMachine 提供的计算机句柄。

[in] ulFlags

未使用,必须为零。

[in, optional] hMachine

调用方提供的计算机句柄,调用方提供的设备实例句柄绑定到该句柄。

注意从Windows 8和Windows Server 2012开始,不支持使用此函数访问远程计算机,因为此功能已被删除。
 

返回值

如果操作成功,函数将返回CR_SUCCESS。 否则,它将返回 Cfgmgr32.h 中定义的CR_前缀错误代码之一。

注解

有关使用绑定到本地或远程计算机的设备实例句柄的信息,请参阅 CM_Get_Child_Ex

Windows 8 和 Windows Server 2012 及更高版本的操作系统中删除了访问远程计算机的功能,因此在这些版本的 Windows 上运行时,无法访问远程计算机。

要求

要求
最低受支持的客户端 在 Microsoft Windows 2000 及更高版本的 Windows 中可用。
目标平台 桌面
标头 cfgmgr32.h (包括 Cfgmgr32.h)
Library Cfgmgr32.lib
DLL Cfgmgr32.dll

另请参阅

CM_Get_Child_Ex

CM_Get_DevNode_Status