Clipboard Monitor

Hello!

I want to create a file system filter driver that monitors the clipboard. In user mode are some issues. Can someone help me? :smiley:

You can monitor the clipboard in user mode by hooking the
GetClipboardData and SetClipboardData methods in user32.dll
In a file system filter driver copy operations are a combination of file
open and write events.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@yahoo.com
Sent: 17 October 2008 09:37
To: Windows File Systems Devs Interest List
Subject: [ntfsd] Clipboard Monitor

*** WARNING ***

This mail has originated outside your organization, either from an
external partner or the Global Internet.
Keep this in mind if you answer this message.

Hello!

I want to create a file system filter driver that monitors the
clipboard. In user mode are some issues. Can someone help me? :smiley:


NTFSD is sponsored by OSR

For our schedule debugging and file system seminars (including our new
fs mini-filter seminar) visit:
http://www.osr.com/seminars

You are currently subscribed to ntfsd as: xxxxx@baesystems.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

I did that using microsoft detours library. It works but the liceence for detours is very expensive. That is way i want to create a filter driver. If you know how to hook GetClipboardData and SetClipboardData without detours please give a hint or a link… something… :smiley: Thanks very much for the reply

Licensing detours will be much cheaper than writing a file system filter
driver

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@yahoo.com
Sent: 17 October 2008 10:16
To: Windows File Systems Devs Interest List
Subject: RE:[ntfsd] Clipboard Monitor

*** WARNING ***

This mail has originated outside your organization, either from an
external partner or the Global Internet.
Keep this in mind if you answer this message.

I did that using microsoft detours library. It works but the liceence
for detours is very expensive. That is way i want to create a filter
driver. If you know how to hook GetClipboardData and SetClipboardData
without detours please give a hint or a link… something… :smiley: Thanks
very much for the reply


NTFSD is sponsored by OSR

For our schedule debugging and file system seminars (including our new
fs mini-filter seminar) visit:
http://www.osr.com/seminars

You are currently subscribed to ntfsd as: xxxxx@baesystems.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************