IBackgroundCopyJob::GetNotifyInterface 方法
检索指向 IBackgroundCopyCallback 接口实现的接口指针。
语法
HRESULT GetNotifyInterface(
[out] IUnknown **ppNotifyInterface
);
参数
-
ppNotifyInterface [out]
-
指向 IBackgroundCopyCallback 接口实现的接口指针。 完成后,发布 ppNotifyInterface。
返回值
此方法返回以下 HRESULT 值,以及其他值。
返回代码 | 说明 |
---|---|
|
已成功检索通知接口指针。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows 10版本 1709 [仅限桌面应用] |
最低受支持的服务器 |
Windows服务器版本 1709 [仅限桌面应用] |
标头 |
|
IDL |
|
库 |
|
DLL |
|
IID |
IID_IBackgroundCopyJob定义为 37668D37-507E-4160-9316-26306D150B12 |