ask shared memory?

Hi everybody!

Can anybody tell me how to deal with shared memory.

In my project ,i must porgram a WDM driver for a ISA card (not pnp) in windows NT. In the card ,there is a segment shared memory from D000 about 64K long.I don’t know how to use the shared memory to read data.

hua


===================================================================
ÐÂÀËÃâ·Ñµç×ÓÓÊÏä (http://mail.sina.com.cn)
ÍøÀïÑ°Ëýǧ°Ù¶È!ûÓÐ"ÁÄÓÑËÙÅä",ÔõÄÜ"³ÉË«³É¶Ô"? (http://newchat.sina.com.cn)


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

APIs
like MapViewofFileEx etc will help.
See it and its relative in MSDN.

— hua_xiaojie wrote:
> Hi everybody!
>
>
>
> Can anybody tell me how to deal with shared memory.
>
> In my project ,i must porgram a WDM driver for a ISA
> card (not pnp) in windows NT. In the card ,there is
> a segment shared memory from D000 about 64K long.I
> don’t know how to use the shared memory to read
> data.
>
>
>
> hua
>
>
>
>
>
>
>
>
>
>
===================================================================
> ÐÂÀËÃâ·Ñµç×ÓÓÊÏä (http://mail.sina.com.cn)
> ÍøÀïÑ°Ëýǧ°Ù¶È!ûÓÐ"ÁÄÓÑËÙÅä",ÔõÄÜ"³ÉË«³É¶Ô"?
> (http://newchat.sina.com.cn)
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

____________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com