WTSAPI32 Dll entry point missing for WTSSendMessage

  • Thread starter Thread starter Monty via .NET 247
  • Start date Start date
M

Monty via .NET 247

Hi,

I am calling a dll which is wrapper around WTSAPIs from vb.netapplication. I am trying to use WTSSendMessage api which sends amessage to the user based on session id. But I am getting errorthat DLL entry point not found in WTSAPI32.lib. MSDN says theapi is available and I have check the requirements too. Mysystem is WIN2k server with sp4 and citrix metaframe xp1. AnyIdeas ??
 
The function is available in ANSI and Unicode versions
(WTSSendMessageA and WTSSendMessageW). Make sure you use the Auto
modifier in your Declare statement.

Declare Auto Function WTSSendMessage ...



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top