- Is it possible to call a function of .vxd from a .sys in Win-me.
- Is it possible to post a mouse messages from a .sys without a mapper
driver (.vxd).
**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************
Yes, it’s fully possible, simply call a VXD-service from your WDM driver.
----- Original Message -----
From: “Seshagiri_Babu”
To: “NT Developers Interest List”
Sent: Friday, October 04, 2002 1:22 PM
Subject: [ntdev] mouse messages in Windows ME
> 1. Is it possible to call a function of .vxd from a .sys in Win-me.
> 2. Is it possible to post a mouse messages from a .sys without a mapper
> driver (.vxd).
>
>
> This email (including any attachments) is intended for the sole use of the
> intended recipient/s and may contain material that is CONFIDENTIAL AND
> PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying
or
> distribution or forwarding of any or all of the contents in this message
is
> STRICTLY PROHIBITED. If you are not the intended recipient, please contact
> the sender by email and delete all copies; your cooperation in this regard
> is appreciated.
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@nival.com
> To unsubscribe send a blank email to %%email.unsub%%
>
Hi,
I couldn’t find any documentation for this in the DDK or Numega
documentation. Can u pls point me out some links for the same…
Regards
Salov
From: Konstantin Manurin[SMTP:xxxxx@nival.com]
Reply To: NT Developers Interest List
Sent: Friday, October 04, 2002 3:04 PM
To: NT Developers Interest List
Subject: [ntdev] Re: mouse messages in Windows ME
Yes, it’s fully possible, simply call a VXD-service from your WDM driver.
----- Original Message -----
From: “Seshagiri_Babu”
> To: “NT Developers Interest List”
> Sent: Friday, October 04, 2002 1:22 PM
> Subject: [ntdev] mouse messages in Windows ME
>
>
> > 1. Is it possible to call a function of .vxd from a .sys in Win-me.
> > 2. Is it possible to post a mouse messages from a .sys without a mapper
> > driver (.vxd).
> >
> >
>
> > This email (including any attachments) is intended for the sole use of
> the
> > intended recipient/s and may contain material that is CONFIDENTIAL AND
> > PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying
> or
> > distribution or forwarding of any or all of the contents in this message
> is
> > STRICTLY PROHIBITED. If you are not the intended recipient, please
> contact
> > the sender by email and delete all copies; your cooperation in this
> regard
> > is appreciated.
> >
>
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@nival.com
> > To unsubscribe send a blank email to %%email.unsub%%
> >
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@satyam.com
> To unsubscribe send a blank email to %%email.unsub%%
>
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
As I understood you’re gonna send some mouse messages to some window. So
there’s _SHELL_PostMessage VXD service which used for sending some message
to a certain window.
To call a VXD service from a WDM driver you should simply include necessary
DDK header files and use a VXDCall macro with any needed service or use VXD
wrapper library (vxdwraps.clb) just like in C-files in any VXD project.
By the way, you can also call WDM functions from a VXD driver, just link
your project with wdmvxd.clb static library (this technique simply inserts
some sequence of asm instructions (for INT 2Eh transition call to VMM
kernel) instead of direct call to WDM functions which reside mostly in
NTKERN.VXD module).
----- Original Message -----
From: “Seshagiri_Babu”
To: “NT Developers Interest List”
Sent: Saturday, October 05, 2002 3:14 PM
Subject: [ntdev] Re: mouse messages in Windows ME
> Hi,
> I couldn’t find any documentation for this in the DDK or Numega
> documentation. Can u pls point me out some links for the same…
>
> Regards
> Salov
>
> > ----------
> > From: Konstantin Manurin[SMTP:xxxxx@nival.com]
> > Reply To: NT Developers Interest List
> > Sent: Friday, October 04, 2002 3:04 PM
> > To: NT Developers Interest List
> > Subject: [ntdev] Re: mouse messages in Windows ME
> >
> > Yes, it’s fully possible, simply call a VXD-service from your WDM
driver.
> >
> > ----- Original Message -----
> > From: “Seshagiri_Babu”
> > To: “NT Developers Interest List”
> > Sent: Friday, October 04, 2002 1:22 PM
> > Subject: [ntdev] mouse messages in Windows ME
> >
> >
> > > 1. Is it possible to call a function of .vxd from a .sys in Win-me.
> > > 2. Is it possible to post a mouse messages from a .sys without a
mapper
> > > driver (.vxd).
> > >
> > >
> >
> > > This email (including any attachments) is intended for the sole use of
> > the
> > > intended recipient/s and may contain material that is CONFIDENTIAL AND
> > > PRIVATE COMPANY INFORMATION. Any review or reliance by others or
copying
> > or
> > > distribution or forwarding of any or all of the contents in this
message
> > is
> > > STRICTLY PROHIBITED. If you are not the intended recipient, please
> > contact
> > > the sender by email and delete all copies; your cooperation in this
> > regard
> > > is appreciated.
> > >
> >
> > >
> > >
> > > —
> > > You are currently subscribed to ntdev as: xxxxx@nival.com
> > > To unsubscribe send a blank email to %%email.unsub%%
> > >
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as: xxxxx@satyam.com
> > To unsubscribe send a blank email to %%email.unsub%%
> >
>
> This email (including any attachments) is intended for the sole use of the
> intended recipient/s and may contain material that is CONFIDENTIAL AND
> PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying
or
> distribution or forwarding of any or all of the contents in this message
is
> STRICTLY PROHIBITED. If you are not the intended recipient, please contact
> the sender by email and delete all copies; your cooperation in this regard
> is appreciated.
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@nival.com
> To unsubscribe send a blank email to %%email.unsub%%
>