The KSPROPERTY_TOPOLOGYNODE_RESET property resets the node completely, restoring it to its initial state.
| Get | Set | Target | Property Descriptor Type | Property Value Type |
|---|---|---|---|---|
| No | Yes | Filter | KSNODEPROPERTY | BOOL |
The property value (operation data) is of type BOOL and indicates whether the node should be reset. A value of TRUE resets the node to its default initial state at the time of creation. A value of FALSE has no effect, but should not be treated as an error.
A KSPROPERTY_TOPOLOGYNODE_RESET property request returns STATUS_SUCCESS to indicate that it has completed successfully. Otherwise, the request returns an appropriate error status code.
Declared in ksmedia.h. Include ksmedia.h.
This property item is supported in Windows® XP and later.