Sys-Dll-Exe..

Dear All

I developed some Device Driver (*.sys : PCI card) according to WDM.

And I hope to use this *.sys file via *.dll
Do you have any experience handling *.sys file via *.dll file...?

Finally I wanna use a application(*.exe) as follow diagram


App (*.exe)
_________
+--->

|
| _______________________
+----> |Device Driver (*.sys)) |

Can you tell me the method How to operate some function in [*.sys] from in application [*.exe] via [*.dll]....?

Best Regard
YunGun_Jeong
AceTronix in Seoul KOREA

[Á¤¿¬±Ù]-[YunGun_Jeong]

RTOS(RealTimeOperatingSystem) & Windows2000/NT Device Driver Develope
SoftPLC (ISaGRAF/PRO) Dev & Admin [personal : xxxxx@dreamwiz.com]

138-050
¼­¿ï½Ã ¼ÛÆÄ±¸ ¹æÀ̵¿ 47-9 ÀÌ·¹·Î ºôµù 5Ãþ ¿¡À̽º Æ®·Î´Ð½º ±â¼ú¿¬±¸¼Ò
Irero Bldg 5F, 47-9 Bangi-Dong , SongPa-Gu, Seoul, KOREA (zip:138-050)

http://www.acetronix.co.kr [office : xxxxx@acetronix.co.kr]


DreamWiz Free Mail @ http://www.dreamwiz.com/
DreamSearch Click the world!!! http://search.dreamwiz.com/

Use CreateFile and the DeviceIoControl. Define the IOCTL handler in your .sys.
This is the only stable method without the nasty hacks.

Max
----- Original Message -----
From: ??????
To: NT Developers Interest List
Sent: Tuesday, December 05, 2000 3:01 AM
Subject: [ntdev] Sys-Dll-Exe..

Dear All

I developed some Device Driver (*.sys : PCI card) according to WDM.

And I hope to use this *.sys file via *.dll
Do you have any experience handling *.sys file via *.dll file...?

Finally I wanna use a application(*.exe) as follow diagram


App (*.exe)
_________
+--->

|
| _______________________
+----> |Device Driver (*.sys)) |

Can you tell me the method How to operate some function in [*.sys] from in application [*.exe] via [*.dll]....?

Best Regard
YunGun_Jeong
AceTronix in Seoul KOREA

[??????]-[YunGun_Jeong]

RTOS(RealTimeOperatingSystem) & Windows2000/NT Device Driver Develope
SoftPLC (ISaGRAF/PRO) Dev & Admin [personal : xxxxx@dreamwiz.com]

138-050
?????? ???ı? ???̵? 47-9 ?̷??? ???? 5?? ???̽? Ʈ?δн? ??????????
Irero Bldg 5F, 47-9 Bangi-Dong , SongPa-Gu, Seoul, KOREA (zip:138-050)

http://www.acetronix.co.kr [office : xxxxx@acetronix.co.kr]

Your life on the net

DreamWiz Free Mail @ http://www.dreamwiz.com/
DreamSearch Click the world!!! http://search.dreamwiz.com/