Share via


DEXTER_PARAM Structure

 
Microsoft DirectShow 9.0

DEXTER_PARAM Structure

Specifies the value that a property assumes at a given time.

Syntax

typedef struct {
    BSTR      Name;
    DISPID    dispID;
    LONG      nValues;
} DEXTER_PARAM;

Members

Name

Name of the property.

dispID

Reserved. Set to zero.

nValues

Number of values that the property assumes.

Remarks

The object must support the IDispatch interface.

Requirements

Header: Qedit.h.

See Also