Hai...

i'm triying to open a file in read mode using the following method..

HFILE hFile;
hFile=OpenFile("D:\ss.doc",lpReOpenBuff,OF_READ);

i cant undestand what is the 2nd parameter is...

the syntax for openfile is

HFILE OpenFile(LPCSTR lpFileName,LPOFSTRUCT lpReOpenBuff,UINT uStyle);


plzz tell me what shall i put for lpReOpenBuff..

senthil.