| NativeAPIRhInstallDriver Method  | 
  
    Namespace: 
   EasyHook
    Assembly:
   EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
 Syntax
Syntaxpublic static void RhInstallDriver(
	string InDriverPath,
	string InDriverName
)
Public Shared Sub RhInstallDriver ( 
	InDriverPath As String,
	InDriverName As String
)
public:
static void RhInstallDriver(
	String^ InDriverPath, 
	String^ InDriverName
)
static member RhInstallDriver : 
        InDriverPath : string * 
        InDriverName : string -> unit 
Parameters
- InDriverPath
- Type: SystemString
 
- InDriverName
- Type: SystemString
 
 See Also
See Also