IMFRelativePanelWatcher::EndGetReport method (mfidl.h)
Ends an asynchronous request to get an IMFRelativePanelReport interface that represents the relative panel location.
Syntax
HRESULT EndGetReport(
IMFAsyncResult *pResult,
IMFRelativePanelReport **ppRelativePanelReport
);
Parameters
pResult
Pointer to the IMFAsyncResult interface. Pass in the same pointer that your callback object received in the Invoke method.
ppRelativePanelReport
A pointer to he IMFRelativePanelReport interface that represents the relative panel location.
Return value
The function returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
S_OK | The function succeeded. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 (10.0; Build 19041) |
Minimum supported server | Windows Server, version 2004 (10.0; Build 19041) |
Header | mfidl.h |