FULLPROPSPEC Structure

Specifies a property set and a property within the property set.

Syntax

typedef struct tagFULLPROPSPEC {
    GUID guidPropSet;
    PROPSPEC psProperty;
} FULLPROPSPEC;

Members

  • guidPropSet
    The GUID that identifies the property set.
  • psProperty
    Pointer to the PROPSPEC structure that specifies a property either by its property identifier (propid) or by the associated string name (lpwstr).

Structure Information

Header filter.h
Minimum operating systems Windows NT 4.0 with the Windows NT 4.0 Option Pack, Windows 2000

See Also

PROPSPEC, IFilter::Init