search for: createpipe

Displaying 5 results from an estimated 5 matches for "createpipe".

Did you mean: create_pipe
2002 Apr 24
0
kernel32.dll problems
Hi, Using wine 20020411 with a fake windows dir with no native dlls. Sometines when I try to install some applications I get a kernel32.dll error from wine-dbg, the last lines of a backtrace is (is there an easy way for cut'n paste from winedbg?) : 15 0x400e9d7e (KERNEL32.DLL CreatePipe+0x14b in libntdll.dll.so) (ebp=405b6f38) 16 0x400ed515 (KERNEL32.DLL WaitForMultipleObjecteEx+0x2dd in libntdll.dll.so) (ebp=405b6ff4) 17 0x400ed6b4 (KERNEL32.DLL WaitForMultipleObjecteEx+0x47c in libntdll.dll.so) (ebp=00000000) This happened when trying to install Half Life, command & conquer...
2009 Sep 02
1
Question on CreateProcess and handle inheritance
Hi, I just wanted to make sure that I''m not confused by Michael Buselli''s comment and patch. As far as I can tell, if you set the bInheritHandle in the SECURITY_ATTRIBUTES structure that''s passed to CreateProcess to true, it''s the same as calling SetHandleInformation(handle, HANDLE_FLAG_INHERIT, HANDLE_FLAG_INHERIT) after the fact. CreateProcess:
2018 Nov 29
0
Wine release 3.0.4
..._WARP in D3D10CreateDevice(). wined3d: Add GPU information for NVIDIA GeForce GT 720. Hugh McMaster (1): regedit: Use the correct window class name. Jacek Caban (2): ntdll: Allow FileAccessInformation to be queried on files without fds. kernel32: Use proper access flags in CreatePipe. Jactry Zeng (2): riched20: Handle NULL in ITextServices::{TxGetHScroll, TxGetVScroll}. ole32: Partially implement OleCreateStaticFromData() for OLERENDER_FORMAT. Jason Edmeades (6): cmd: for /f fails to launch quoted program plus args. cmd: Correct handling of %~0 for bat...
2017 Mar 31
0
Wine release 2.5
...lite/tests: Added reader_namespace helper. xmllite/tests: Added reader_qname helper. xmllite/tests: Added read_value_char helper. xmllite: Clear all parser values in SetInput. xmllite/tests: Added tests for returned string pointers. kernel32: Use default buffer size in CreatePipe if 0 was passed. usp10: Check if corresponding headers are present before accessing their feature lists in _initialize_feature_cache. xmllite: Don't use StringValue_LocalName for element nodes. xmllite/tests: Added move_to_element helper. xmllite: Store allocated copy of...
2018 Aug 31
0
Wine release 3.15
...allel. wined3d: Make the adapter responsible for creating GL contexts. Jacek Caban (34): winegcc: Support distros using plain lib for 32-bit libraries in get_lib_dir. ntdll: Allow FileAccessInformation to be queried on files without fds. kernel32: Use proper access flags in CreatePipe. kernel32: Always create file with FILE_READ_ATTRIBUTES access in CreateFile. server: Require FILE_READ_ATTRIBUTES access in get_named_pipe_info. widl: Split write_value for string and int values. widl: Allow defaultvalue() attribute on any pointer type. mshtml: Store...