#include “BlackIceDEVMODE.h”
BOOL SetInterfaceName(LPCWSTR intfname, BlackIceDEVMODE* pDevMode);
Description
Sets the InterfaceName member of the BlackIceDEVMODE. The InterfaceName member stores the name of the messaging interface.
Parameters
LPCWSTR intfname - Interface Name (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