CreateFile(TEXT("\\\\.\\windows\\xxxxx.JPG"),
From: Patrick Zou (patrick_zou_at_nospam.hot.mail.com)
Date: 07/29/04
- Next message: David: "Re: What is the difference of "user idle state" and "system idle s"
- Previous message: Brian Price: "Re: DCOM Garbage collection problem (Suspected)"
- Next in thread: Patrick Zou: "Re: CreateFile(TEXT("\\\\.\\windows\\xxxxx.JPG"),"
- Reply: Patrick Zou: "Re: CreateFile(TEXT("\\\\.\\windows\\xxxxx.JPG"),"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Jul 2004 16:52:07 -0700
Have a file under windows, but can't readfile to read it. comments?
file = CreateFile(TEXT("\\\\.\\windows\\xxxxx.JPG"),
GENERIC_READ,
0,
NULL,
OPEN_EXISTING,
0,
NULL);
file = CreateFile(TEXT(".\\windows\\xxxxx.JPG"),
GENERIC_READ,
0,
NULL,
OPEN_EXISTING,
0,
NULL);
- Next message: David: "Re: What is the difference of "user idle state" and "system idle s"
- Previous message: Brian Price: "Re: DCOM Garbage collection problem (Suspected)"
- Next in thread: Patrick Zou: "Re: CreateFile(TEXT("\\\\.\\windows\\xxxxx.JPG"),"
- Reply: Patrick Zou: "Re: CreateFile(TEXT("\\\\.\\windows\\xxxxx.JPG"),"
- Messages sorted by: [ date ] [ thread ]