I have a problem with using function
CreateFile( LPCTSTR lpFileName, ... )
when I try to open file on a network computer.
If this computer belongs to my domain I write lpFileName like:
"\\computername\shareddirectory\filename.ext",
and this works OK.
When this computer belongs to another domain, what I must to do?
"\\domainname\computername\shareddirectory\filename.ext" doesn't works.