#include “BlackIceDEVMODE.h”
BOOL GetAppStarterExeName(LPTSTR pPath, DWORD& dwSize, BlackIceDEVMODE* pDevMode);
Description
Returns the name and path of the Application Starter module of the driver.
Parameters
LPTSTR pPath - pointer to a string where the function will store the name and path of the Application Starter module.
DWORD& dwSize - size of pPath in bytes.
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if the call was successful, otherwise FALSE.
Programming Notes
None
Code Example
None