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.
Microsoft DirectShow 9.0 |
IVPBaseConfig::GetVPDataInfo
The GetVPDataInfo method retrieves the current video port data information.
Syntax
HRESULT GetVPDataInfo( LPAMVPDATAINFO pamvpDataInfo );
Parameters
pamvpDataInfo
[in, out] Pointer to an AMVPDATAINFO structure allocated by the caller. The device fills in the structure with information about the video port.
Return Values
Returns an HRESULT value.
Requirements
Header: Include Dvp.h, Vptype.h, Vpconfig.h.
Library: None.
See Also