Re: advapi32 security tests and Vista (PROCESS_ALL_ACCESS)

2008-03-17 Thread Carl Fongheiser
. The permission check code isn't supposed to check bits it doesn't know about, so it should be harmless to enable the extra nibble even on older versions. Carl Fongheiser

Re: SoC idea: add BITS support

2007-03-22 Thread Carl Fongheiser
t the implementation. Try reading the stuff under "About BITS", in particular the page titled "Life Cycle of a BITS Job". It states quite clearly there that it uses HTTP or HTTPS (or SMB in newer versions). Nothing mysterious. Carl Fongheiser

Re: This patch fixes bugzilla bug number 1001

2007-03-17 Thread Carl Fongheiser
INT_CLOSED ((NTSTATUS) 0x0037) These defines don't look like proper status values, where did you find them from? Indeed. These names aren't defined in the Windows SDK, and a more typical NTSTATUS value would be 0xc037, which is defined as STATUS_PORT_DISCONNECTED. Carl Fongheiser [EMAIL PROTECTED]

Re: "assumed" graphic card memory

2006-07-12 Thread Carl Fongheiser
i:00/:00:1e.0/:04:00.0 None of this works at all on non-Linux systems, for that matter.  (Wine does run on non-Linux systems, in case you didn't realize that.)Carl Fongheiser

Re: Icmp* functions in iphlpapi.dll

2006-06-10 Thread Carl Fongheiser
the Wine code, it has the same limitation. Carl Fongheiser