#include “BlackIceDEVMODE.h”
BOOL SetApplicationPath(LPCTSTR applicationpath, BlackIceDEVMODE* pDevMode);
Description
Sets the ApplicationPath member of the BlackIceDEVMODE. Sets the value of the 'Application Path' edit box.
Parameters
LPCTSTR applicationpath - Application Path (string)
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the member was successfully set, otherwise FALSE.
Programming Notes
None
Code Example
None