SetAppStarterExeName

 

#include “BlackIceDEVMODE.h”

 

BOOL             SetAppStarterExeName(LPCWSTR stringpath, BlackIceDEVMODE* pDevMode);

Description

Sets the name and path of the Application Starter module of the driver.

Parameters

LPCWSTR stringpath                                 - name and path of the module.

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the value was successfully set, otherwise FALSE.

Programming Notes

None

Code Example

None