|
| How to translate that correctly into vbasic? |
 |
Tue, 13 Feb 2007 15:18:18 -050 |
Constants taken from tapi.h file:
#define LINE_REPLY 12L
#define LINE_REQUEST 13L
#define PHONE_BUTTON 14L
What is that L following the number?
Is that number hexidecimal or decimal?
How to translate that into constants vbasic can use?
Please help,
Jack
|
| Post Reply
|
| Re: How to translate that correctly into vbasic? |
 |
Tue, 13 Feb 2007 16:24:17 -050 |
Sorry, wrong newsgroup
Jack
"Jack" <replyto@it> wrote in message
news:esQTZw6THHA.1000@TK2MSFTNGP05.phx.gbl...
> Constants taken from tapi.h file:
> #define LINE_REPLY 12L
> #define LINE_REQUEST 13L
> #define PHONE_BUTTON 14L
>
> What is that L following the number?
> Is that number hexidecimal or decimal?
> How to translate that into constants vbasic can use?
> Please help,
> Jack
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|