Go to the source code of this file.
◆ DriverUnload()
◆ FxDriverEntry()
◆ FxIFRStop()
Definition at line 299 of file tracing.cpp.
312{
313
314
315
317 ASSERT(FxDriverGlobals->WdfLogHeader ==
NULL);
318 return;
319 }
320
321 if (FxDriverGlobals ==
NULL || FxDriverGlobals->WdfLogHeader ==
NULL) {
322 return;
323 }
324
325
326
327
329 FxDriverGlobals->WdfLogHeader =
NULL;
330}
FxLibraryGlobalsType FxLibraryGlobals
#define ExFreePoolWithTag(_P, _T)
Referenced by FxLibraryCommonUnregisterClient().
◆ LibraryDriverEntry()
◆ LibraryUnload()