The GetDescription method outputs a pointer to the miniport object's filter descriptor.
NTSTATUS
GetDescription(
OUT PPCFILTER_DESCRIPTOR *Description
);
GetDescription returns STATUS_SUCCESS if the call was successful. Otherwise, the method returns an appropriate error code.
Declared in portcls.h. Include portcls.h.
This method outputs a pointer to the miniport driver's filter-description structure. This is a PCFILTER_DESCRIPTOR structure that describes the KS filter that the miniport implements. The structure contains descriptions of the filter's pins, nodes, connections, and properties.