wpprecorder.h header
This header is used by devtest. For more information, see:
wpprecorder.h contains the following programming interfaces:
Functions
imp_WppRecorderGetCounterHandle The WppRecorderGetCounterHandle method. |
imp_WppRecorderIsDefaultLogAvailable The WppRecorderIsDefaultLogAvailable method determines whether the default log is available. |
imp_WppRecorderLogGetDefault The WppRecorderLogGetDefault method gets a handle to the default recorder log. |
RECORDER_CONFIGURE_PARAMS_INIT The RECORDER_CONFIGURE_PARAMS_INIT function is used to initialize the RECORDER_CONFIGURE_PARAMS structure. |
RECORDER_LOG_CREATE_PARAMS_INIT The RECORDER_LOG_CREATE_PARAMS_INIT function is used to initialize the RECORDER_LOG_CREATE_PARAMS structure. |
RECORDER_LOG_CREATE_PARAMS_INIT_APPEND_POINTER The RECORDER_LOG_CREATE_PARAMS_INIT_APPEND_POINTER method initializes the RECORDER_LOG_CREATE_PARAMS with the pointer to link logs. |
WppRecorderConfigure Learn how the WppRecorderConfigure method enables or disables the default log to which WPP prints. |
WppRecorderDumpLiveDriverData Learn how the WppRecorderDumpLiveDriverData method gets the buffer associated with the specified Inflight Trace Recorder log. |
WppRecorderGetTriageInfo Learn about the WppRecorderGetTriageInfo method. |
WppRecorderLinkCounters Learn how the WppRecorderLinkCounters method uses a sequence number to merge logs captured in different buffers by a driver. |
WppRecorderLogCreate Learn how the WppRecorderLogCreate method creates a buffer to contain the recorder log. |
WppRecorderLogDelete Learn how the WppRecorderLogDelete method deletes the specified recorder log. |
WppRecorderLogDumpLiveData The WppRecorderLogDumpLiveData method returns an opaque pointer to a log buffer header and data so that they can be saved in a live crashdump. |
WppRecorderLogSetIdentifier Learn how the WppRecorderLogSetIdentifier method sets a string identifier for the recorder log. |
Structures
RECORDER_CONFIGURE_PARAMS The RECORDER_CONFIGURE_PARAMS structure is an input parameter to the WppRecorderConfigure method to enable or disable the default log to which WPP prints. |
RECORDER_LOG_CREATE_PARAMS The RECORDER_LOG_CREATE_PARAMS structure is an input parameter to the WppRecorderLogCreate method. |
WPP_TRIAGE_INFO Used to locate the WPP log for WER reporting. |
Enumerations
WPP_RECORDER_TRI_STATE The WPP_RECORDER_TRI_STATE enumeration type defines three values that WPP uses for some structure members and function parameters. |