#include “BlackIceDEVMODE.h”
BOOL SetSMTPServerName (BlackIceDEVMODE* pDevMode, LPCTSTR pStr);
Description
Sets the name of the SMTP server.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LPCTSTR pStr - Name of the SMTP server to set. The maximum length of this parameter is 128 (including terminating \0 character).
Return value
TRUE on success otherwise FALSE.
Programming Notes
None
Code Example
None