FilterLoad (fltlib)
Last changed: -212.44.26.236

.
Summary
TODO - a short description

C# Signature:

[DllImport("fltlib.dll", SetLastError = true, CharSet = CharSet.Unicode)]
static extern uint FilterLoad([MarshalAs(UnmanagedType.LPWStr)]string strDriverName);

VB Signature:

Declare Function FilterLoad Lib "fltlib.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

SeLoadDriverPrivilege is required before you can call this

Tips & Tricks:

Consider using RtlAdjustPrivilege() to adjust privileges, much easier than getting AdjustTokenPrivileges() to work

Sample Code:

Please add some!

Documentation
FilterLoad on MSDN