Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

MmPrintGraph()

Print a graph tree to the display

Synopsis:

void MmPrintGraph(const MmFilter_t *filter,
                  int32_t level);

Arguments:

filter
The filter you want to start printing at.
level
Set this argument to 0.

Library:

mmedia

Description:

This function prints the graph tree, starting at the given filter, to stdout. You should set the level to 0, as the printing is done recursively, with level incrementing down the filter graph.

Classification:

Neutrino

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

MmCreateGraph()