CMediaPosition Class (Compact 2013)
3/26/2014
** CMediaPosition Class**
This class is a base class that handles the IDispatch methods of the dual-interface IMediaPosition. It leaves the properties and methods as pure virtual.
The CMediaPosition::GetIDsOfNames, CMediaPosition::GetTypeInfo, CMediaPosition::GetTypeInfoCount, and CMediaPosition::Invoke methods are standard implementations of the IDispatch interface using the CBaseDispatch class (and a type library) to parse the commands and pass them to the pure virtual IMediaPosition methods.
Member Functions
Member function |
Description |
---|---|
Constructs a CMediaPosition object. |
Implemented INonDelegatingUnknown Methods
Method |
Description |
---|---|
Returns a specified reference-counted interface. |
Implemented IDispatch Methods
Method |
Description |
---|---|
Maps a single member and an optional set of parameters to a corresponding set of integer dispatch identifiers, which can be used during subsequent calls to the CMediaPosition::Invoke member function. |
|
Retrieves a type-information object, which can retrieve the type information for an interface. |
|
Retrieves the number of type-information interfaces provided by an object. |
|
Provides access to properties and methods exposed by an object. |
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |