Re: Trying to find the Values for LineTranslateResult Constants
- From: "Rick" <NOSPAM@xxxxxxxxxxxxxxx>
- Date: Mon, 12 Feb 2007 17:29:58 -0500
Thank you SO much. I can get lots of needed information from the TAPI.h
module alone. I really appreciate it.
In my Access Project I've used a lot of code supplied from a Visual Basic
TAPI Tester written by Ray Mercer at:
http://www.shrinkwrapvb.com/vbtapi.htm
He notes in the latest version that "Some Consts were made more explicit"
and he has declared constants using three different hex formats - which are
the following:
Const LINECALLPRIVILEGE_NONE As Long = &H1&
Const LINE_CALLINFO As Long = 1&
Const LINEERR_ALLOCATED As Long = &H80000001
(I realize the last example is a different value I'm just
demonstrating the format used)
Is there a difference in these three values: &H1& - 1& - &H1 ?
Is one format "more explicit" which I should use in declaring ALL the
constants in my class module?
I'm not sure which example here would be the most appropriate.
Const LINETRANSLATERESULT_CANONICAL As Long = &H1&
Const LINETRANSLATERESULT_CANONICAL As Long = 1&
Const LINETRANSLATERESULT_CANONICAL As Long = &H1
Again... Thanks very much for taking your valued time to answer questions
for someone with such limited experience with API as I. For me, TAPI is
quite complicated to what I've worked with previously.
Rick
"Andreas Marschall [MVP TAPI]" <Andreas.Marschall@xxxxxxxxxx> wrote in
message news:%23TsdpguTHHA.4028@xxxxxxxxxxxxxxxxxxxxxxx
"Rick" <NOSPAM@xxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:45d0d02c$0$16738$4c368faf@xxxxxxxxxxxxxxxxx
Thank you Andreas.
I don't have Visual Studio as I'm writing my VB Code in MS Access 2003
modules as part of an Access Database Project.
I previously downloaded the Windows Server 2003 R2 Platform SDK CD but it
appeared that installation was going to install NUMEROUS folders at root
and
make changes to my Registry. (Is that correct?) I only wanted to
extract
the VB Tapi codes examples so I didn't risk installing it.
Is Windows Server 2003 PSDK a different and more appropriate development
kit? Will I be able to view the information contained without a major
software installation to my computer?
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm
Thanks again for being there with helpful answers. It's greatly
appreciated.
Rick, you are welcome.
What you need is the Core SDK containing the TAPI stuff.
I've attched the ZIPed TAPI.H from an earlier P-SDK (July 2000) to this
posting.
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
My Toto® Tools (a collection of free, mostly TAPI related tools):
http://www.i-b-a-m.de/Andreas_Marschall's_Toto_Tools.htm
TAPI development around the world (Frappr! map):
http://www.frappr.com/TAPIaroundTheWorld
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: Trying to find the Values for LineTranslateResult Constants
- From: Matthias Moetje [MVP]
- Re: Trying to find the Values for LineTranslateResult Constants
- From: Andreas Marschall [MVP TAPI]
- Re: Trying to find the Values for LineTranslateResult Constants
- References:
- Trying to find the Values for LineTranslateResult Constants
- From: Rick
- Re: Trying to find the Values for LineTranslateResult Constants
- From: Andreas Marschall [MVP TAPI]
- Re: Trying to find the Values for LineTranslateResult Constants
- From: Rick
- Trying to find the Values for LineTranslateResult Constants
- Prev by Date: Re: Trying to find the Values for LineTranslateResult Constants
- Next by Date: attn: michel - highly colorful premium nntp server access - ohmi efbo - (1/1)
- Previous by thread: Re: Trying to find the Values for LineTranslateResult Constants
- Next by thread: Re: Trying to find the Values for LineTranslateResult Constants
- Index(es):
Relevant Pages
|