Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets an IUnknown pointer that was previously stored in the media buffer object.
Syntax
HRESULT GetUnknown(
[in] REFIID guid,
[in] REFIID riid,
[out] LPVOID *ppvObject
);
Parameters
[in] guid
The identifier of the IUnknown pointer.
[in] riid
The interface identifier (IID) of the interface being requested.
[out] ppvObject
Receives a pointer to the interface. The caller must release the interface.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
The object does not support the specified interface. |
|
The specified key was not found. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | mfobjects.h (include Mfidl.h) |