search for: of_delete

Displaying 3 results from an estimated 3 matches for "of_delete".

2002 Mar 02
0
Longman dictionary installer debugging
...ile:SetFilePointer handle 64 offset 3056 high 0 origin 0 trace:file:ReadFile 64 0x403ccbe0 1104 0x42976780 (nil) trace:file:SetFilePointer handle 64 offset 3056 high 0 origin 0 trace:file:ReadFile 64 0x403ccbe0 1104 0x42976780 (nil) trace:file:FILE_DoOpenFile F:\_INS0433._MP OF_READ OF_SHARE_COMPAT OF_DELETE trace:file:FILE_DoOpenFile F:\_INS0433._MP 0200 trace:file:FILE_DoOpenFile found /tmp/_INS0433._MP = F:\_INS0433._MP trace:file:FILE_DoOpenFile (F:\_INS0433._MP): OF_DELETE return = OK trace:file:FILE_DoOpenFile F:\_INZ0433._MP OF_READ OF_SHARE_COMPAT OF_DELETE trace:file:FILE_DoOpenFile F:\_INZ0...
2001 Sep 14
5
wine serial support
Hi, I use wine to run a terminal emulator (NetTerm). It connects to a Linux Server (it was meant to run from windows) that runs a commerce software. This Linux commerce software sends the terminal emulator escape codes to interface with a "ticket" printer attached to a serial port. The reason to go thru all this problem is that the printer has a proprietary, closed source driver for
2006 Jan 23
1
Odd Samba behavior using Windows XP client API RemoveDirectory function
...t show the folder as being read-only, but looking at its properties under explorer shows that it is!!! There seems to be no way to programmatically delete such a folder, yet when I delete it using the explorer it is removed without problem. This led me to try the SHFileOperation function with the OF_DELETE operator, thinking that if the shell could delete it then this might work. Got even weirder results!!! The folder disappears from the browser for 5 to 10 seconds then reappears!!! There's got to be a way to delete such an empty folder since the Windows Explorer can do it. Any tips or pointers...