Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method returns an interface that provides access to the software bitmap data.
Syntax
HRESULT GetData(
[in] REFIID riid,
LPVOID *ppv
);
Parameters
[in] riid
Type: REFIID
The IID of the interface to retrieve.
ppv
Type: LPVOID*
When this method returns successfully, contains the interface pointer requested in riid parameter.
Return value
Type: HRESULT
Returns S_OK on successful completion. Returns E_NOINTERFACE if the requested interface can't be found.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | windows.graphics.imaging.interop.h |
Library | Windows.graphics.imaging.interop.lib |
DLL | Windows.graphics.imaging.interop.dll |