Article ID: 115831
Article Last Modified on 3/1/2005
CreateFile(
"\\\\.\\COM10", // address of name of the communications device
fdwAccess, // access (read-write) mode
0, // share mode
NULL, // address of security descriptor
OPEN_EXISTING, // how to create
0, // file attributes
NULL // handle of file with attributes to copy
);
NOTES: This syntax also works for ports COM1 through COM9. Certain boards
will let you choose the port names yourself. This syntax works for those
names as well.
Additional query words: 3.10 3.50
Keywords: kbhowto kbapi kbcommport kbkernbase kbserial KB115831