Create user account

You can create a user programmatically using the NTLMSetUserInfo() API:

NTLMSetUserInfo(TEXT(""), TEXT(""));

*Edit: The information below was added*

The .zip file below contains the necessary files to use the NTLMSetUserInfo() function on a standard Toradex WEC7 or WEC2013 image, without Platform Builder:

  • ntlmssp.zip
  • ntlmssp.h :
    contains the definition of the function. #include this file into your source code.
  • ntlmssp.lib :
    Import library which defines the entry points into the DLL. Add this file to the linker dependencies.

Regards, Andy