Tech Support > Microsoft Windows > Drivers
MI5 Persecution: BBC+ITN=MI5 23/7/96 (2294)
Posted on August 20th, 2007 | 0 Comments

Newsgroups: uk.misc,alt.radio.uk,uk.media,alt.politics.british,uk.legal From: bu765@torfree.net (Mike Corley) Subject: MI5 Buy into the Media Message-ID: <Dv0p34.73.0.bloor@torfree.net> Organization:...

MI5 Persecution: Silly-billy 6/7/96 (1071)
Posted on August 20th, 2007 | 0 Comments

From: Mike_Corley_Fan_Club@Nut_house.org (Old_500) Newsgroups: uk.misc,uk.legal,uk.media,alt.radio.uk,rec.arts.tv.uk.misc Subject: MC Exposed as a Fraud Date: Sat, 06 Jul 1996 17:01:05...

yet another networking question
Posted on August 20th, 2007 | 1 Comments

Try installing the Microsoft Loopback Adapter. Should be able to simply use the Network Control Panel to install it. Press Install then Adapters... Thomas F. Divine "Anatoly Greenblatt"...

MI5 Persecution: Silly-billy 6/7/96 (5963)
Posted on August 20th, 2007 | 0 Comments

From: Mike_Corley_Fan_Club@Nut_house.org (Old_500) Newsgroups: uk.misc,uk.legal,uk.media,alt.radio.uk,rec.arts.tv.uk.misc Subject: MC Exposed as a Fraud Date: Sat, 06 Jul 1996 17:01:05...

MI5 Persecution: Old_500 5/7/96 (4740)
Posted on August 20th, 2007 | 0 Comments

From: box6565@embankment.com (Old_500) Newsgroups: uk.misc Subject: Dear Mike Corley Followup-To: uk.legal,uk.misc Date: Fri, 05 Jul 1996 15:41:16 GMT Organization: XYz Lines: 55 Message-ID:...

MI5 Persecution: alt.fan.mike-corley 6/6/96 (3517)
Posted on August 20th, 2007 | 0 Comments

From: richard@musicians-net.co.uk (Richard Fairhurst) Newsgroups: uk.misc,uk.media,uk.legal,uk.politics.misc Subject: A Mike Corley newsgroup? Date: Thu Jun 6 05:02:17 1996 In article...

MI5 Persecution: Bernard Levin 1/6/96 (2294)
Posted on August 20th, 2007 | 0 Comments

Subject: Re: "FANATIC'S FARE FOR THE COMMON MAN" Newsgroups: uk.misc,uk.media,uk.legal,uk.politics.misc Followup-To: uk.misc,uk.media,uk.legal,uk.politics.misc References:...

can user mode application access the kernel mode buffer ??
Posted on August 20th, 2007 | 4 Comments

On Aug 19, 12:06 pm, "David J. Craig" <d...@yoshimuni.com> wrote: Hello Sir, thanks for your suggestion. wha i will do please verify it is correct of not. 1. i allocates the memory allocattion in...

MI5 Persecution: Fitted up 26/4/96 (1071)
Posted on August 20th, 2007 | 0 Comments

Subject: Re: MI5? Please can someone explain what's going on here? Newsgroups: uk.misc References: <4l1khm$4cn@utopia.hacktic.nl> <4l2lhj$6h6@bignews.shef.ac.uk> Organization: Toronto...

CR3 and Page Directory Table
Posted on August 19th, 2007 | 2 Comments

Is the CPU in PAE mode ? The NX bit in 32-bit requires PAE mode. For the general design, anything not based upon PsSetLoadImageNotifyRoutine will receive no comments. -- -- This posting is...

MI5 Persecution: Fitted up 26/4/96 (1071)
Posted on August 19th, 2007 | 0 Comments

Subject: Re: MI5? Please can someone explain what's going on here? Newsgroups: uk.misc References: <4l1khm$4cn@utopia.hacktic.nl> <4l2lhj$6h6@bignews.shef.ac.uk> Organization: Toronto...

kernel allocated memory used by application
Posted on August 19th, 2007 | 3 Comments

Do this vice versa - allocate in the app and provide to the driver. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com "sulabh"...

How to reference a handle from a 32 bit process in a 64 bit driver
Posted on August 19th, 2007 | 5 Comments

See HandleToUlong function, described in the WDK "The New Data Types" topic. Thomas F. Divine http://www.pcausa.com "Alexander Grigoriev" <alegr@earthlink.net> wrote in...

What are the exact definitions of "arbitrary thread context" and "nonarbitrary thread context"?
Posted on August 18th, 2007 | 3 Comments

Thomas & Maxim, Thank you very much for correcting my errors.

A "memory-mapped" file system, need advice
Posted on August 18th, 2007 | 14 Comments

I know exactly what you mean. But I do not like to discourage people directly who wants to do something. You know better than me - FS is not easy task. I am working on a FS project. But as he...

USB IO Optimization with WinXP
Posted on August 18th, 2007 | 1 Comments

Ted Herron <Ted Herron@discussions.microsoft.com> wrote: USB isn't usually a bottleneck. You can only pass about 45 MB/s through a single bus, and that doesn't make a CPU work very hard. What kind...

How did the USB host calculate the polling time for a plug in device?
Posted on August 18th, 2007 | 2 Comments

"Alex.Z" <zhouxl.zz@gmail.com> wrote: What speed is the device? Your numbers don't match. An bInterval of 0x0a should result in 0.5 second for a low/full speed device, and 64ms for a high speed...

Driver install problem
Posted on August 18th, 2007 | 7 Comments

On Aug 18, 2:12 am, May <M...@discussions.microsoft.com> wrote: Do you use a co-installer during driver installation? If yes, check that both of them are installed. Either combine all of them in one...

DEFINE_GUID and it's use in SetupDiEnumDeviceInterfaces
Posted on August 18th, 2007 | 6 Comments

I found my mistake. I was not calling WdfDeviceCreateDeviceInterface() to register it. Thank you, Dmitry.

UAC / explorer process / DeviceIoControl
Posted on August 18th, 2007 | 4 Comments

"usfinecats" wrote: This looks like it should work. Can you dump the token of the calling thread at the point where CreateFile is called (using !token in cdb/windbg)? -- This posting is provided...