勇芳软件工作室.汉化:  Windows Management Instrumentation > COM API for WMI > Interfaces > IWbemCausalityAccess >

GetRequestId Method

Previous pageReturn to chapter overviewNext page

描述

 

GetRequestId方法返回请求的全局唯一标识符(GUID)值。GUID是唯一的128位数字。

 

C++ 语法

 

HRESULT GetRequestId(

[out]  REQUESTID *  pId

);

 

PowerBASIC 语法

 

METHOD GetRequestId ( _

BYREF pId AS GUID _

) AS LONG

 

参数

 

pId

 

唯一标识请求的GUID值。例如,5b2fc63a-8af4-44cb-960c-aefdced908d6。

 

要求

 

客户

需要Windows Vista,Windows XP,Windows 2000 Professional,Windows NT Workstation 4.0 SP4及更高版本,Windows Me,Windows 98或Windows 95。

服务器

需要Windows Server 2008,Windows Server 2003,Windows 2000 Server或Windows NT Server 4.0 SP4及更高版本。

在Wbemint.h中声明。

DLL

需要Fastprox.dll。