- Get the long form of the specified path.
- Posted on July 1st, 2003 | 0 Comments
Hi Is it possible to get the long path name of a specified path from the short form of the path? In win32 there are functions named 'GetLongPathName' or 'GetFullPathName' to achieve it, but what to...
- RE: rendering and UI plugins on NT 4.0
- Posted on June 30th, 2003 | 0 Comments
What I meant was that any approach that does not use an INF to install the printer and driver is not recommended. This was the reason for alternative programmatic install methods such as rundll32...
- ScatterGatherList Fails
- Posted on June 30th, 2003 | 0 Comments
Hi, I am using GetScatterGatherList for doing Bus Master DMA. It fails with status = "STATUS_BUFFER_TOO_SMALL". I have called it 9 times, but only two times it passes. What is the reason for this...
- Re: Need help badly !
- Posted on June 30th, 2003 | 0 Comments
If by Bus you are referring to the driver which communicates with your PCI device, then the IoCreateDevice call for each of the children stays where it is in the AddDevice function of the Toaster...
- Problems sending named events to Driver
- Posted on June 30th, 2003 | 2 Comments
Hi NG My driver has problems recieving a event from my user mode applikation. But there is no problems recieving the same event in my appilication from the device driver. Thia is what I do: In my...
- Paging file size problem for Win XP - Pro
- Posted on June 30th, 2003 | 0 Comments
I upgraded my machine from Win XP-Home to XP-Pro. Everything is fine but the Virtual Memory problem - everytime I boot the machine, it keeps giving me the "low virtual memory" message. I have tried...
- RE: Don't see NDIS status other than PENDING in IM driver
- Posted on June 30th, 2003 | 1 Comments
If NdisSend returns PENDING, then your protocol's SendCompleteHandler should be getting called with the end result. Bryan S. Burgin bburgin@microsoft.com This posting is provided "AS IS" with no...
- Re: its sorry to post so frequently
- Posted on June 30th, 2003 | 2 Comments
May I ask a question that how can C runtime library be initialized properly?
- Re: USB Printer Class
- Posted on June 30th, 2003 | 0 Comments
Hi, Is the IOCTL_USBPRINT_GET_LPT_STATUS available in Win98/Win2K or only on WinXP? Regards, Janardhanan.R. "JoeJen" <joe.jennings@scotland.ncr.com> wrote in message...
- [Q] USB Mass Storage Device IOCTL failure
- Posted on June 30th, 2003 | 0 Comments
I'm developing a USB mass storage device with an additional functionality. There is no problem in locating the device's symbolic link, using SetupDiXXX functions. But if I try to...
- Re: When will the new Windows Driver Framework be released.
- Posted on June 30th, 2003 | 0 Comments
Thanks. A beta in November will be a little too late, I suspect the final release will be Q1 or Q2 of 2004. I think i will use one of the USB bulk sample drivers as a starting point. -- Rens...
- Re: a compiler warning & a linker error in WinXP DDK
- Posted on June 30th, 2003 | 1 Comments
On Sat, 28 Jun 2003 02:57:26 -0700, "gerald" <jjr0921@ms62.url.com.tw> wrote: You are using the ddk build tools right? See the documentation for build in the ddk and see the user mode samples in...
- Error STATUS_NO_LOGON_SERVERS on HalAssignSlotResources
- Posted on June 29th, 2003 | 1 Comments
We've developed device driver for PCI device, which worked fine on Windows 2000 and Windows XP. BUT after we installed the latest SP4 for the Windows 2000, the call to the HalAssignSlotResources...
- Re: PCMCIA.SYS
- Posted on June 29th, 2003 | 0 Comments
"John" <hummeler@yahoo.com> wrote in message news:bdmf7k$b3i$03$1@news.t-online.com... Correct. Please post or email me the INF file for this thing for win98 (it does work in win98??) then it will...
- What does it mean?
- Posted on June 29th, 2003 | 1 Comments
when I build a console application, I saw the build message in Pass 2: Finished pass 1 Discarded "long __cdecl WRAPIEnumerateDevices(struct WRAPI_NDIS_DEVICE * *,long *)"...
- How to get the current link speed of wireless
- Posted on June 28th, 2003 | 2 Comments
i dont know how to get the current link speed in my application using NDIS protocol DRIVER, but i know i should use the function "oid_802_11_gen_link_speed". However, i dont know how to use this...
- Re: Help needed
- Posted on June 28th, 2003 | 0 Comments
Solomon and Russinovich is good for OS concepts but not, I think, for kernel programming. A good introduction to the latter would explore, for example, concurrency, serialization, race conditions and...
- meaning of INetCfgComponent::GetDeviceStatus()
- Posted on June 28th, 2003 | 0 Comments
What exactly is the "status of a network card" (DDK docs) returned by INetCfgComponent::GetDeviceStatus() in 'pStatus'? The docs do not say anything about how to interprete the value...
- WAVERR_BADFORMAT Error
- Posted on June 26th, 2003 | 0 Comments
I've got an app plays wav files in MULA format (7) using the standard API calls (waveOutOpen, waveOutPrepareHeader, waveOutWrite, etc.). This app has been running without problem on hundreds of...
- Re: What is 0x220003 ?
- Posted on June 25th, 2003 | 0 Comments
"lallous" <lallous@lgwm.org> wrote: Before I tell you the answer, I would like to learn what methods you used to try find the answer yourself, because it took me about 30 seconds to find this. USB...

