March 15th, 2011 05:50 AM
Hi Guys
I am very new to UTF8.
I am debugging a code wherein the UTF8 string is converted into Wide char by using
BSTR unicodestr = SysAllocStringLen(NULL, bufferLen);...
January 8th, 2008 12:03 PM
Can't you Create a property sheet in wizard mode? This will have Sheets "not" in the form of tabs but in the form of a wizard using back next and finish buttons.
Links given by Laitinen (4th...
January 8th, 2008 11:57 AM
Have you tried using ZwCreateFile, ZwReadFile and ZwWriteFile. Also make sure its not too early in the game if yours is a driver loading during boot process.
April 26th, 2006 10:30 AM
IGor,
Yes I need the drive that was booted for current windows session. Bootable and System drives are same for Single IDE machines but when it comes to multiple IDEs there could be chance for...
April 25th, 2006 01:54 PM
Thank you let me check that quickly...
April 25th, 2006 11:36 AM
Hello Guys
How to Determine which drive is bootable and which is a system drive. For example i have two drives on my machine physicaldrive0 and physicaldrive1. I determine the System Drive of my...
February 16th, 2006 04:46 PM
Thanks mark . I have our proprietery file at one portion in the hard disk where i maintain some Boot Info. That file is actually encrypted which i can read it before the boot process begins. I...
February 15th, 2006 03:37 PM
Hello Gurus,
I want one of my files to be always unmovable in disk. For instance i create a 80 MB file and mark it as System,Readonly and Hidden. I make it as a contiguos file (on the disk as...
February 7th, 2006 02:47 PM
Ooops missed this as i logged in after a looooooooooooonnnggg time...
Thank you Very very much Guys!!!!!!!!!!!
Wish you aaaaallllll aa Very Happy New Year 2006.
Thank you
Kandukondein
November 2nd, 2005 02:10 PM
Dear Jeff
I had already tried that code. That works excellent for USB hard disk (where i get the pDevDesc->BusType as BusTypeUsb) but for Firewire pDevDesc->BusType does not match any of the enum...
November 2nd, 2005 12:25 PM
Dear Gurus,
When you call GetlogicalDrives and get the DriveType of a Logical drive where A Firewire device was connected through a firewire port it always returns DRIVE_FIXED. Is there anyway we...
October 31st, 2005 11:49 AM
I can somehow feel codeguru is much slow than what it used to be earlier.
It takes 2 minutes for search to complete. Sometimes i get a page cannot be displayed error as well...
Can anyone...
October 31st, 2005 09:41 AM
Hello Gurus
I want to disable/ Delete CDROM device until the user is logged in by my Application. How to do it? I tried using FSCTL_LOCK_VOLUME and i had little luck. The thing is i am able to...
October 3rd, 2005 11:14 AM
Thank you very much.
Regards
Kandukondein
October 3rd, 2005 11:08 AM
Hello Gurus.
How are you all doing ?
I have to prevent folder from being shared.
Say for instance if the user right clicks a folder and chooses Shared i have to prevent it.
Thank you very much...
March 10th, 2005 03:54 PM
Hello Gurus.
I want to make my DLL Secured. FOr instance i export several functions
FuncA,FunB,FuncC which is called by the installer and then software is installed.
But however any naive user...