OpenFilterDriver
HANDLE
OpenFilterDriver( LPCSTR szDriverName
= "NDISRD");
Return Value:
This function opens
driver object and returnes handle to it.
Parameters:
szDriverName
Specifies driver
object name.
Remarks:
C/C++ definition of
this function has default parameter, which is equal to "NDISRD".
For the Delphi and other programming languages you should specify
this parameter explicitly.
|