NTSTATUS
WppAutoLogTrace(
_In_ PVOID AutoLogContext,
_In_ UCHAR MessageLevel,
_In_ ULONG MessageFlags,
_In_ LPGUID MessageGuid,
_In_ USHORT MessageNumber,
...
);
View the official Windows hardware development documentationNo description available.
The WppAutoLogTrace function is for internal use only.
AutoLogContext
MessageLevel
MessageFlags
MessageGuid
MessageNumber
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.
This function is for internal use only.
| Requirement | Value |
|---|---|
| Kernel mode library | WppRecorder.sys |
| User mode library | WppRecorderUM.dll |