|
Your trial of RunAsUser DLL will expire in 30 days after installation. When your trial period is expired
you will get error 1931 (ERROR_CONTEXT_EXPIRED) as a result of main RunAsUser DLL
functions.
If you wish to continue using RunAsUser DLL or if you wish to redistribute it with your own
application then you have to register your copy of RunAsUser DLL with us.
To register RunAsUser DLL use the following inks:
Name |
Price |
Order Online |
RunAsUser DLL for Windows 32-bit - Full Version. |
$ 199.95 USD |
Buy Now |
RunAsUser DLL for Windows 64-bit - Full Version. |
$ 199.95 USD |
Buy Now |
After registering you will receive full version of RunAsUser DLL and your registration key.
You may use the Software on the permanent basis and have the royalty-free right to redistribute
and reproduce redistributable components of the Software with only one your own software product
that essentially make use of the Software. If you wish to redistribute and reproduce redistributable
components of the Software with several software products, you need to purchase the appropriate
number of licenses.
The full version of RunAsUser DLL has the same interface as trial version but it is smaller in size and
works a lot faster. Use the following source code example to find out how to enter the registration key:
RUNASUSERCONFIGURATION runasuser;
runasuser.pszTempServiceName = _T("Temp service name here");
runasuser.pszTempServiceExe = NULL;
runasuser.pszRegistrationKey = _T("Your registration key here");
RunAsUser_Initialize(&runasuser);
|
|