BWISetString (h, item, string, len)
Use this to set input string parameters specified by the item parameter.
Use this function before calling BWICheck, BWISearch or BWIGetValue to set the string parameters required by those functions.
h | Handle created using BWICreateHandle. | ||||
item |
Long integer. This is the parameter item to set. This can be:
|
||||
string | Char. The value to which the parameter is to be set. | ||||
len | Long integer. The number of characters in string. |