Home
Extended ECM
API, SDK, REST and Web Services
Lapi program as a NT service
Development_Base4_(Base4User10_(Delete)_2261135)
Does anyone know how to use Lapi inside a Windows NT Service application?
Find more posts tagged with
Comments
eLink User
Message from Coombes, Jonny via eLinkThis should be the same as writing any other LAPI program really. There isa MS tool (in the NT resourcekit I think) that allows you to run any oldprogram as a service. Alternatively, you may want to check out the ATLWizard in VC++ 6.0 that creates a skeletal service program for ya.CheersJonnyJonathan CoombesSenior Systems AnalystPilkington OptronicsGlascoed RdSt AsaphNorth WalesLL17 0LLTel: 01745 588056Email : jonny.coombes@optronics.co.uk-----Original Message-----From: eLink Discussion: LAPI Discussion[mailto:lapi@elinkkc.opentext.com]Sent: 10 May 2000 19:51To: eLink RecipientSubject: Lapi program as a NT serviceLapi program as a NT servicePosted by Base4User10 on 05/10/2000 02:44 PMDoes anyone know how to use Lapi inside a Windows NT Service application?[To reply to this thread, use your normal e-mail reply function.]============================================================Discussion: LAPI Discussion
http://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=765428&objAction=viewLivelink
Server:
http://knowledge.opentext.com/knowledge/livelink.exe******************************************************************This
document may contain information which is confidentialor legally privileged.If you are not the intended recipientyou must not use, reproduce or disclose the informationcontained in this document.THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED SOLELYFOR INFORMATION PURPOSES ON AN "AS IS" BASIS WITHOUT WARRANTYOF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUTLIMITATION ANY IMPLIED WARRANTY OF SATISFACTORY OR MERCHANTABLEQUALITY, FITNESS FOR A PARTICULAR PURPOSE OR FREEDOM FROMINFRINGEMENT. THE USER RELIES ON THE INFORMATION CONTAINED HEREIN,AND ITS ACCURACY OR OTHERWISE, ENTIRELY AT THEIR OWN RISK.
http://www.optronics.co.uk******************************************************************
Development_Base4_(Base4User10_(Delete)_2261135)
The point is not how to create the NT service application. The NT service application runs OK until I insert LAPI functions, e.g. MAPIInitialize(&MAPIINIT).Thank you. RegardsAlla
eLink User
Message from Coombes, Jonny via eLinkErm....MAPIInitialize? Do you mean LAPI?JonnyJonathan CoombesSenior Systems AnalystPilkington OptronicsGlascoed RdNorth WalesLL17 0LLTel : (+44) 01745 588056Email : jonny.coombes@optronics.co.uk-----Original Message-----From: eLink Discussion: LAPI Discussion[mailto:lapi@elinkkc.opentext.com]Sent: 11 May 2000 18:11To: eLink RecipientSubject: RE- RE- Lapi program as a NT serviceRE- RE- Lapi program as a NT servicePosted by Base4User10 on 05/11/2000 01:05 PMThe point is not how to create the NT service application. The NT service application runs OK until I insert LAPI functions, e.g.MAPIInitialize(&MAPIINIT).Thank you. RegardsAlla[To reply to this thread, use your normal e-mail reply function.]============================================================Topic: Lapi program as a NT service
http://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2285212&objAction=viewDiscussion
: LAPI Discussion
http://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=765428&objAction=viewLivelink
Server:
http://knowledge.opentext.com/knowledge/livelink.exe******************************************************************This
document may contain information which is confidentialor legally privileged.If you are not the intended recipientyou must not use, reproduce or disclose the informationcontained in this document.THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED SOLELYFOR INFORMATION PURPOSES ON AN "AS IS" BASIS WITHOUT WARRANTYOF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUTLIMITATION ANY IMPLIED WARRANTY OF SATISFACTORY OR MERCHANTABLEQUALITY, FITNESS FOR A PARTICULAR PURPOSE OR FREEDOM FROMINFRINGEMENT. THE USER RELIES ON THE INFORMATION CONTAINED HEREIN,AND ITS ACCURACY OR OTHERWISE, ENTIRELY AT THEIR OWN RISK.
http://www.optronics.co.uk******************************************************************
Development_Base4_(Base4User10_(Delete)_2261135)
Sorry. I insert LL_Initialize( LL_HEADER_VERSION ) and it doesn't work.Alla
Development_Base4_(Base4User10_(Delete)_2261135)
Thanks for support.I was wrong. It worksAlla