search for: statusinfo

Displaying 8 results from an estimated 8 matches for "statusinfo".

2004 Dec 13
2
[LLVMdev] Which StatusInfo fields should have values set when dealing with win32 platform
Hi, Does any one have an idea which fields and how to the values correctly of the StatusInfo struct when dealing with the information returned in the BY_HANDLE_FILE_INFORMATION struct (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/by_handle_file_information_str.asp) from windows instead of the unix stuff in getStatusInfo: --- (excerpt start) -------------...
2004 Dec 13
0
[LLVMdev] Which StatusInfo fields should have values set when dealing with win32 platform
...and group fields aren't applicabe to Win32 so just set them as follows (to avoid Unix issues): user = 9999; group = 9999; mode = 0777; Reid. On Mon, 2004-12-13 at 15:15, Henrik Bach wrote: > Hi, > > Does any one have an idea which fields and how to the values correctly of > the StatusInfo struct when dealing with the information returned in the > BY_HANDLE_FILE_INFORMATION struct > (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/by_handle_file_information_str.asp) > from windows instead of the unix stuff in getStatusInfo: > > --- (exc...
2004 Dec 14
0
[LLVMdev] Which StatusInfo fields should have values set when dealing with win32 platform
...999; > >group = 9999; > >mode = 0777; > > > >Reid. > > > >On Mon, 2004-12-13 at 15:15, Henrik Bach wrote: > > > > > >>Hi, > >> > >>Does any one have an idea which fields and how to the values correctly of > >>the StatusInfo struct when dealing with the information returned in the > >>BY_HANDLE_FILE_INFORMATION struct > >>(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/by_handle_file_information_str.asp) > >>from windows instead of the unix stuff in getStatusI...
2004 Dec 14
2
[LLVMdev] Which StatusInfo fields should have values set when dealing with win32 platform
...gt;them as follows (to avoid Unix issues): > >user = 9999; >group = 9999; >mode = 0777; > >Reid. > >On Mon, 2004-12-13 at 15:15, Henrik Bach wrote: > > >>Hi, >> >>Does any one have an idea which fields and how to the values correctly of >>the StatusInfo struct when dealing with the information returned in the >>BY_HANDLE_FILE_INFORMATION struct >>(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/by_handle_file_information_str.asp) >>from windows instead of the unix stuff in getStatusInfo: >> &...
2009 Sep 13
2
App cennik offline
Hello i have a special windows app (cennik offline) it works on win xp but not on wine. I copy all dependecies dlls from win xp to wine c directory and nothing happens. Ive installed a framework 2.0 from winetricks. The link for this app: http://www.cennik.conor.pl/download/beta/setup_v2.14.726.03.exe Can someone help me please?
2002 Nov 07
0
HOWTO script /pxelinux.cfg/default ?
...s6.22 LANMAN 3.0 bootdisk + djgpp bash for scripting (see http://unattended.sourceforge.net) THE PROBLEM: DOS Utilities force reboot after partitioning. By then the decision if the bootimage or the HD should be booted depends on a verification by a shell script in /pxelinux.cfg/default reading the statusinfo that the bootdisk's script has placed in i.E. /pxelinux.cfg/%MACADDR%/status.txt (UTILITY MACENV.EXE from Backmagic Netboot) puts the MacAddress in an envvar THE FUTURE: If this works it is possible to define i.E. 0 for Do nothing and 12 for a clean unattended w2k or linux ks.cfg installation...
2015 Feb 20
0
Wine release 1.7.37
...ynchronous requests. winhttp: Return an error from winhttp_request_get_ResponseBody if the request is not sent. winhttp: Implement IWinHttpRequest::get_ResponseStream. netapi32: Add a partial implementation of NetUserEnum. wbemprox: Fix the type mapping for Win32_SoundDevice.StatusInfo. Henri Verbeet (30): wined3d: Add some warnings when resource_init() fails due to format restrictions. wined3d: Do not validate format restrictions for buffers. wined3d: Implement WINED3DSIH_SQRT in the GLSL shader backend. wined3d: Recognize the SM4 ne opcode. wined3...
2015 Jan 09
0
Wine release 1.7.34
...itional sleep in the server thread. advapi32: Return an error from RegSetValueExW if passed a NULL data pointer and non-zero size. wbemprox: Implement Win32_LogicalDisk::VolumeName. wbemdisp: Add a stub implementation of ISWbemServices. wbemprox: Implement Win32_SoundDevice::StatusInfo. wbemprox: Implement Win32_VideoController::VideoProcessor. wbemprox: Implement Win32_NetworkAdapterConfiguration.DNSHostName. wbemprox: Implement Win32_ComputerSystemProduct.UUID. xcopy: Ignore the /V option. wbemdisp: Add IDispatch support to the services object....