Share via


Setting Up the Custom-Scripting DLL (Windows Embedded CE 6.0)

1/6/2010

To set up the DLL, set the value of the CustomScriptDllPath key under the following registry path: HKEY_LOCAL_MACHINE\Comm\PPP\Parms.

This value should be of type REG_SZ and should contain the path to the custom-scripting DLL. Only one custom-scripting DLL is supported for each RAS client computer.

You can also invoke the custom-scripting DLL by setting the szScript member of a RASENTRY structure using RasSetEntryProperties. Set szScript to the name of the custom DLL and add a pipe (|) at the end of the name.

See Also

Concepts

RAS Custom Scripting