11-24-2008 06:48 AM
Hi,
I am trying to use the file handle returned by open to lock the file using Windows SDK function LockFileEx. It is giving me an error like invalid handler. Pl suggest me the solution.
regards,
Solved! Go to Solution.
11-24-2008 08:52 AM
Are you using an SDK function to open the file? The handle from the ANSI fopen() or the CVI OpenFile() functions will not work - you need the SDK function handle.
JR