|
-
Jan 18th, 2007, 03:33 AM
#1
Thread Starter
Junior Member
How to open a file using openfile() method...
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|