![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
BillMax_UserPutIntoEnviron — Place values of a User into the process environment
#include "billmax.h"
void BillMax_UserPutIntoEnviron( |
prefix, | |
| prefix, | ||
user); |
|
prefix; |
|
user; |
Places values stored in user into the process environment. The prefix is prefixed to the field name to create the environment name.
The string prefixed to the field name. Typically of the form "FORM_" or "NEW_".
The values an of a User to put into the process environment. See USER structure.