|
First
|
Prev |
Next
|
Last
Pages: 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
IoAllocateMdl ==>size limit? In WDF doc'n, Length : Specifies the length in bytes of the buffer the MDL is to describe. This value must be less than PAGE_SIZE * (65535 - sizeof(MDL)) / sizeof(ULONG_PTR). As per this, Size should not be more than 62MB for 32 bit & 31MB for 64-bit pc for a PAGE_SIZE=4K. For my device, i have to alloc... 14 Apr 2008 11:19
Georgie Fame and Alan Price free MP3 song download G E O R G I E F A M E A N D A L A N P R I C E F R E E M P 3 S O N G S *Fame and Price Together 1971* 'Georgie Fame and Alan Price - Ballad Of Billy Joe' (http://tinyurl.com/3jt5dr) (4:30 7.75Mb 242kbps) 'Georgie Fame and Alan Price - Blue Condition' (http://tinyurl.com/3q2djy) (3:41 6.06Mb 230... 8 Apr 2008 08:19
Gerrard, Lisa download free MP3s G E R R A R D , L I S A F R E E M P 3 S *Duality (With Pieter Bourke) 1998* 'Gerrard, Lisa - Forest Veil' (http://tinyurl.com/4of7qk) (2:33 3.78Mb 206kbps) 'Gerrard, Lisa - Nadir (Synchronicity)' (http://tinyurl.com/4kuh9g) (2:57 5.18Mb 244kbps) 'Gerrard, Lisa - Pilgrimage Of Lost Children' (http:/... 8 Apr 2008 08:19
how to replace the default advanced property page for network device ? want to replace the generic advanced property page with my custom property page. How it can be done? I found how to add new property page but not how to replace an existing one the device class is Net Thanks in advance Firas ... 8 Apr 2008 17:15
MDL doubts Hi, I have few doubts in MDL.I did read few articles in OSR online. while we call IoAllocateMdl we pass the base virtual address to it allocated by ExAllocatePoolWithTag. Q1.Is this the virtual kernal space adress. since we have allocated the memory already using ExAllocatePoolWithTag. what does IoAllocateMdl AP... 10 Apr 2008 06:07
how to replace the default advanced property page for network device ? want to replace the generic advanced property page with my custom property page. How it can be done? I found how to add new property page but not how to replace an existing one the device class is Net Thanks in advance Firas ... 8 Apr 2008 00:42
MmBuildMdlForNonPagedPool and MmGetSystemAddressForMdlSafe what is the difference between the both APIs.I see the purpose of both the APIs are same. ... 10 Apr 2008 06:07
Setting Network Interface Name in NDIS Miniport Driver I need to be able to set the network interface name to a static value that will never change whether the driver is uninstalled or disabled/ re-enabled. In the Miniport Initialize routine I read the value of NetCfgInstanceId to get the interface guid. Then I tried writing to \Registry\Machine\System\CurrentCon... 7 Apr 2008 18:52
CD/DVD buring methods I understand IOCTL_SCSI_PASSTHROUGH is one method for buring CD/DVD from applications. Are there any other methods? Which driver handles IOCTL_SCSI_PASSTHROUGH? thanks! ... 8 Apr 2008 05:55
Custom bluetooth commands over winsock2 Hi all, I'm trying to use windows sockets to communicate with my bluetooth device. The thing I'm trying (I'm not even sure if it's possible) is to send a HCI-command (a simple one, like reading the local device name). Now, I don't even know if it is possible to talk to the HCI-layer using winsock. So my first... 7 Apr 2008 13:34 |