ISCPSecureAuthenticate::GetSecureQuery 方法 (mswmdm.h)

GetSecureQuery 方法用于获取指向 ISCPSecureQuery 接口的指针。

语法

HRESULT GetSecureQuery(
  [out] ISCPSecureQuery **ppSecureQuery
);

参数

[out] ppSecureQuery

指向 ISCPSecureQuery 对象的指针。

返回值

如果该方法成功,则它会返回 S_OK。 如果失败,则返回 HRESULT 错误代码。

要求

要求
目标平台 Windows
标头 mswmdm.h
Library Mssachlp.lib

另请参阅

ISCPSecureAuthenticate 接口

ISCPSecureQuery 接口