My question :

Program 1 opens a file with the OpenFile API:
OFSTRUCT TestOF;
OpenFile("c:\\test.txt",&TestOF, ... );

Now i was wondering how i could (re)open the same file
in another program...