หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Retrieves the interface pointer to your implementation of the IBackgroundCopyCallback interface.
Syntax
HRESULT GetNotifyInterface(
[out] IUnknown **pVal
);
Parameters
[out] pVal
Interface pointer to your implementation of the IBackgroundCopyCallback interface. When done, release ppNotifyInterface.
Return value
This method returns the following HRESULT values, as well as others.
| Return code | Description |
|---|---|
|
Notification interface pointer was successfully retrieved. |
|
Must pass the address of the ppNotifyInterface interface pointer. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP |
| Minimum supported server | Windows Server 2003 |
| Target Platform | Windows |
| Header | bits.h |
| Library | Bits.lib |
| DLL | QmgrPrxy.dll |