Click here to Skip to main content
15,887,311 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
CreateFile(
"\\Device\\{CA406714-40A3-490E-8B07-DD467073DA92}",
0, // Device Query Access
FILE_SHARE_READ,
NULL,
OPEN_EXISTING,
0,
INVALID_HANDLE_VALUE
);

hi all above "createfile" API is failing with device path not found(error 3).
but I have take device name from location
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0013\Linkage

where export key field is"\Device\{CA406714-40A3-490E-8B07-DD467073DA92}"
as NT naming convention I have given.\\Device\\{CA406714-40A3-490E-8B07-DD467073DA92}
please let me know where I am doing wrong
Posted
Updated 5-Apr-13 0:43am
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900