views:

288

answers:

1

I want that a non-.NET application access a Memory Mapped file, but this application is not aware of the existence of Memory Mapped files, so I need the file path. It is possible?

+4  A: 

They have some samples here.

EDIT

I think this would provide the answer. Basically, it would seem some sort of memory pointer is required for memory-mapped files, and not a file system path.

kek444
edited the question, for clarification
Jader Dias
edited the answer with an additional link.
kek444