Re: CreateFile(TEXT("\\\\.\\windows\\xxxxx.JPG"),
From: olefard (olefard_at_mail.ru)
Date: 07/30/04
- Next message: Sujith: "Re: boot loader build error"
- Previous message: Multicoder4002: "Re: Why can't I include <Unimodem.h> in my evc++4 project ???"
- In reply to: Patrick Zou: "Re: CreateFile(TEXT("\\\\.\\windows\\xxxxx.JPG"),"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Jul 2004 10:55:07 +0400
May be work this code:
file = CreateFile(TEXT("\\windows\\xxxxx.JPG"),
GENERIC_READ,
0,
NULL,
OPEN_EXISTING,
0,
NULL);
- Next message: Sujith: "Re: boot loader build error"
- Previous message: Multicoder4002: "Re: Why can't I include <Unimodem.h> in my evc++4 project ???"
- In reply to: Patrick Zou: "Re: CreateFile(TEXT("\\\\.\\windows\\xxxxx.JPG"),"
- Messages sorted by: [ date ] [ thread ]