Trying to find the Values for LineTranslateResult Constants



Microsoft tells me all the possible LineTranslateResult Constants
http://msdn2.microsoft.com/en-us/library/ms736147.aspx
but fails to tell me what value to assign to each of them.

Can anyone point me in correct direction to locate the follow constant
values?

Const LINETRANSLATERESULT_CANONICAL As Long =
Const LINETRANSLATERESULT_DIALBILLING As Long =
Const LINETRANSLATERESULT_DIALDIALTONE As Long =
Const LINETRANSLATERESULT_DIALPROMPT As Long =
Const LINETRANSLATERESULT_DIALQUIET As Long =
Const LINETRANSLATERESULT_INTERNATIONAL As Long =
Const LINETRANSLATERESULT_INTOLLLIST As Long =
Const LINETRANSLATERESULT_LOCAL As Long =
Const LINETRANSLATERESULT_LONGDISTANCE As Long =
Const LINETRANSLATERESULT_NOTINTOLLLIST As Long =
Const LINETRANSLATERESULT_NOTRANSLATION As Long =
Const LINETRANSLATERESULT_VOICEDETECT As Long =


Thanks very much for any assistance provided.

Rick


.



Relevant Pages

  • Re: How about this syntactic candy? - The results
    ... and the results are significant performance-wise: ... So, even if "const" never gets adopted, using a temporary variable seems to achieve 2x results. ... Microsoft Visual C# .NET Compiler version 7.10.6001.4 ... The relative gap is rather uninteresting. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: newbie problem with stored procedure return value
    ... DECLARE @nextOrder integer ... Const adExecuteNoRecords = &H00000080 ... Microsoft MVP -- ASP/ASP.NET ... Please reply to the newsgroup. ...
    (microsoft.public.inetserver.asp.db)
  • [PATCH] MN10300: Fix kernel build failures when using gcc-4.x
    ... Fix some build failures when using gcc-4.x for MN10300. ... __get_userfails to build because the pointer points to a const and ...
    (Linux-Kernel)
  • Re: HEEELP CRgn copy?
    ... this is actually a typical sort of bug that Microsoft has. ... they forgot to include the 'const' attribute on the ... >I then have to cast this back to a non const to pass it to CopyRgn. ...
    (microsoft.public.vc.mfc)
  • Re: newbie problem with stored procedure return value
    ... dim cn, cmd, nextorder ... Const adExecuteNoRecords = &H00000080 ... Microsoft MVP -- ASP/ASP.NET ...
    (microsoft.public.inetserver.asp.db)