Displaying 13 results from an estimated 13 matches for "findfirstfile".
Did you mean:
findfirstfilea
2007 Oct 04
0
Prototyping the Dir class
...ith
''[a-z]'' type ranges, i.e. match only one character instead of any one
character. I''d be interested to see what techniques anyone else comes up
with.
The other issue is how to design Dir.new. I thought the smart thing to
do would be to store the handle returned by FindFirstFile(), but then I
realized that the handle returned by FindFirstFile() isn''t compatible
with the handle used for SetFilePointer(), which would make seek/tell
difficult to implement. On the other hand, if we use CreateFile(), its
handle is not compatible with FindFirstFile() or FindNextFile...
2008 Mar 10
3
how to override dll
I notice that there are some proxy dll inside system32 eg. comctl32.dll, What is
the correct procedure to override it? Is that OK that just to copy my native
comctl32.dll to overwrite that dll and then run winecfg to set the override tab?
And if that proxy dll was overwritten, how to restore to use built-in version?
regards,
2010 Sep 24
1
Storing Profile remote on Samba PDC only works for one user
Hello,
actually I am trying to implement a samba PDC server with a LDAP backend
where user are authenticated with. Additionally the users' profiles
should be stored on it, whicht only works for one user, not the 3
other. The point is, I don't see the difference between them so it
should work for all or none.
This is what I have in my smb.conf regarding this:
[global]
logon
2010 Nov 08
0
Windows server not responding to Samba requests
...04)
MaxSetup=0 (0x0)
Flags=0x0
TimeOut=0 (0x0)
Res1=0x0
ParamCnt=44 (0x2c)
ParamOff=68 (0x44)
DataCnt=0 (0x0)
DataOff=112 (0x70)
SetupCnt=1 (0x1)
smb_bcc=47
Attribute=HIDDEN SYSTEM DIR
SearchCount=1366 (0x556)
Flags=0x6
Level=260 (0x104)
File=\1989\t\test2\*
i.e. the server doesn't respond to FindFirstFile(). I have no idea where
to go from here.
2016 Dec 16
0
Wine release 2.0-rc2
...formats.
d3d11/tests: Use single typeless RT with multiple RTVs in test_uav_load().
d3d11/tests: Improve trace() message about compute shader support via SM4.
Ken Thomases (1):
winemac: Update the clipboard when the process activates.
Lauri Kenttä (2):
kernel32/tests: Test FindFirstFile with wildcards.
kernel32/tests: Show flags as text in test results.
Michael Müller (1):
wininet: Handle INTERNET_INVALID_PORT_NUMBER in HttpOpenRequest.
Mingcong Bai (1):
po: Update Simplified Chinese translation.
Nikolay Sivov (9):
scrrun/tests: Test to query for IUnknow...
2007 Nov 26
1
DFS enumeration on a Samba hosted DFS tree.
...r(iterator=1;iterator<=numEntries;iterator++) {
info = dfsEntry->Storage;
for(numStorage=dfsEntry->NumberOfStorages;numStorage>0;numStorage--) {
swprintf_s(buffer,MAX_PATH,L"\\\\%s\\%s\\*",info->ServerName,info->ShareName);
hFind = FindFirstFile(buffer,&FindFileData); // If you can
list the contents of a UNC, odds are it isn't broken.
}
}
result = NetDfsEnum(argv[1],3,MAX_PREFERRED_LENGTH,(LPBYTE
*)&root,&numEntries,&hResume);
}
This obviously is not complete but basically this will run infinitely
beca...
2013 Mar 01
0
Wine release 1.5.25
...gdi32/tests: Define the required Windows version before including anything.
user32/tests: Define the required Windows version before including anything.
rpcrt4/tests: Define the required Windows version before including anything.
kernel32: Attempt to buffer the full directory in FindFirstFile to avoid races.
winegcc: Don't use prelink when cross-compiling.
psapi/tests: Define the required Windows version before including anything.
Alistair Leslie-Hughes (1):
webservices: Add new dll.
Andrew Talbot (19):
msvcp90: Avoid signed-unsigned integer comparisons....
2009 Mar 03
3
CreateHardLink problem
Hi,
I'm developing a Windows backup application that needs to be able to
create possibly hundreds of thousands of hard links on an SMB share.
I'm running into a strange problem when that share happens to be on a
Samba server. When the application tries to create the 10000th hard
link, the win32 CreateHardLink() function returns error code 5 "Access
is denied". The Samba log
2007 Oct 21
0
Taking a stab at a pure Ruby Dir.glob
...39;'
}
pattern << ''$''
pattern.gsub!(/\[.*?\]/, '''')
puts "NEW PATTERN: ''#{pattern}''"
regex = Regexp.new(pattern)
fdata = 0.chr * 320 # 580 if wide
array = []
hfind = FindFirstFile(dirname, fdata)
if hfind == INVALID_HANDLE_VALUE
raise ArgumentError, get_last_error
end
file = fdata[44, MAX_PATH].unpack("Z*")[0]
array << file if regex.match(file)
while FindNextFile(hfind, fdata)
file = fdata[44, MAX_PAT...
2016 May 16
0
Wine release 1.9.10
...e applications need ntdll.ZwSetLdtEntries stub (kwiksupport.me, Ragnarok Online patcher)
32056 iexplore images.google.com doesn't work
33961 RPC: server crashes during procedure call that returns variable size array as out parameter
34122 Multiple applications expects files returned by FindFirstFile/FindNextFile to be in alphabetical order (Civilization V with 2 expansion packs, TAGAP)
36838 TOCA Touring Car Championship: installer copies one file from CD and then shows an error
37090 Multiple applications crash with built-in amstream (Shogun: Total War, Medieval: Total War)
37926 Nor...
2005 Sep 29
1
adding to: winlogon problem error with Default User/ "... does not
...7054B
USERENV(a0.80) 15:42:18:892 ParseProfilePath: Tick Count = 0
USERENV(a0.80) 15:42:18:902 PingComputer: PingBufferSize set as 2048
USERENV(a0.80) 15:42:18:902 PingComputer: First time: 0
USERENV(a0.80) 15:42:18:902 PingComputer: Fast link. Exiting.
USERENV(a0.80) 15:42:18:902 ParseProfilePath: FindFirstFile found something
with attributes <0x11>
USERENV(a0.80) 15:42:18:902 ParseProfilePath: Found a directory
USERENV(a0.80) 15:42:18:912 LoadUserProfile: ParseProfilePath returned a
directory of <\\SAMBA\profiles\milan>
USERENV(a0.80) 15:42:18:912 RestoreUserProfile: Entering
USERENV(a0.80) 1...
2006 Nov 10
0
Wine release 0.9.25
...e LCID_US for conversion in VarFormatNumber.
oleaut32: typelib - fix regression in MSFT typelib parsing.
Alexandre Julliard (44):
winecrt0: Fix delay load structure types for Win64.
user32: SetWindowRgn should call SetWindowPos, not RedrawWindow.
kernel32: Fixed behavior of FindFirstFile for DOS devices.
kernel32: Use NT instead of Unix calls to identify VxD pseudo-files.
winedos: Use NT instead of Unix calls to identify DOS device pseudo-files.
winex11.drv: Fixed the prototype of many OpenGL functions.
ntdll: Added NetBSD fstatvfs support.
ntdll: Simp...
2007 Dec 14
0
Wine release 0.9.51
...mplement MsiGetProductCode.
msi: Handle the CompLocator table in the AppSearch action.
msi: Free the deformatted string.
msi: Free the user sid string.
msi: Properly release the record.
msi: Free the cabinet string on error.
msi: Close the file handle returned by FindFirstFile.
Jonathan Ernst (9):
shell32: Updated French translation.
browseui: Updated French translation.
wineboot: New French translation.
write: New French translation.
wordpad: Updated French translation.
mshtml: Updated French translation.
Updated French transla...