export data structure from a dll

I have two dll’s. In the first I initialise a data structure. How can I
then access it in the second?

Thankyou

Dean


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

Create a named shared memory map and use that to store
ur data structure.

xxxxx@telstra.com wrote: > I have two dll’s. In the
first I initialise a data

structure. How can I
then access it in the second?

Thankyou

Dean


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

Export a , global, pointer to the structure.

-----Original Message-----
From: xxxxx@telstra.com [SMTP:xxxxx@telstra.com]
Sent: 14 March 2001 00:00
To: NT Developers Interest List
Subject: [ntdev] export data structure from a dll

I have two dll’s. In the first I initialise a data structure. How can I
then access it in the second?

Thankyou

Dean


You are currently subscribed to ntdev as: xxxxx@emc.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.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