Skip to content

Function_IRPMonDllSnapshotFree

Martin Drab edited this page Mar 20, 2020 · 3 revisions

IRPMonDllSnapshotFree function

Summary

Frees a given snapshot of drivers and their devices.

Definition

void cdecl IRPMonDllSnapshotFree(
    _IRPMON_DRIVER_INFO** DriverInfo,
    long System.UInt32 Count
   );

Parameters

DriverInfo

An array of pointers to IRPMON_DRIVER_INFO structures, each containing information about one driver and its devices. Address of the array is returned in the first parameter of a call to the IRPMonDllSnapshotRetrieve function.

Count

Number of entries in the array. This value is returned in the second parameter of the IRPMonDllSnapshotRetrieve call.

See also

Requirements

Header irpmondll.h
Library irpmondll.lib
DLL irpmondll.dll

General

For Users-Developers

Tutorial

Public API

Functions

Types

Clone this wiki locally