Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
 WPP_CLEANUP

  Switch on low bandwidth view
Windows Driver Kit: Driver Development Tools
WPP_CLEANUP

The WPP_CLEANUP macro deactivates software tracing in a driver.

VOID
  WPP_CLEANUP(
    IN PDRIVER_OBJECT  DriverObject
    );

Parameters

DriverObject
Pointer to the driver object that represents the driver.

Headers

Defined in a source file's trace message header file. The WPP preprocessor generates the header file and saves in the same directory as the source file.

Comments

WPP_CLEANUP deactivates software tracing in a driver. A driver should deactivate software tracing before it unloads.

For an example of making a WPP_CLEANUP call, see Activating and Deactivating Software Tracing in the tracedrv Sample.

See Also

WPP_INIT_TRACING


Send feedback on this topic
Built on May 20, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker