OpenFilterDriver

HANDLE __stdcall OpenFilterDriver( LPCSTR szDriverName = "NDISRD" );

Return Value:
This function opens driver object and returns handle to it.

Parameters:

szDriverName
Specifies driver object name.

Remarks:
C/C++ definition of this function has a default parameter, which is equal to “NDISRD”. For the Delphi and other programming languages, you should specify this parameter explicitly. Internally, this function creates CNdisApi class object in the heap and returns an opaque pointer to it.