|
Mount a Device Hi, Scenario: when a user inserts a device, windows does not assign a drive letter(this is intentional,since I want my application to prompt the user to assign the drive letter of their choice) I am trying to assign a drive letter when a device is inserted. I am aware that I need to use SetVolumeMountPoint(... 3 Feb 2006 12:26
Using RegDeleteKey() to delete RunOnce key in WinXP x64 Hi all, Not sure if this is the correct discussion group to post this question. One of my requirements requires me to backup, remove and restore all the entries in the "\Software\Microsoft\Windows\CurrentVersion\RunOnce" registry key. I found that if I where to using the RegDeleteKey () API to remove the R... 5 Feb 2006 13:15
MSXML writing xml files idented? Hello When I save an XML document, through the MSXML interface, the output file is not idented and all the tags are written next to each other. Is there is a flag to tell the writer to save in an idented format? -- Elias ... 11 Feb 2006 12:01
ReadProcessMemory from DOS program Hello. Using ReadProcessMemory and WriteProcessMemory, I want to communicate with a DOS program that my program executes via CreateProcess. To test, I used the CREATE_SUSPENDED flag when creating the process and ReadProcessMemory to read process memory. However, depending on where in process memory I try to read fr... 27 Jan 2006 22:53
MapViewOfFile v ReadFile experiments and results I think that this is the right NG to post to. :) I've been experimenting with MapViewOfFile v ReadFile for performance. It's on a PC (XP SP2) with 1Gb RAM and a 1.5Gb pagefile. The file I'm reading is 347 MB and I'm simply reading the file sequentially and doing some simple number crunching (checksumming, if you'... 19 Jan 2006 18:09
CondVar supported on Vista and Longorn?? Hello all, Browsing around MSDN online, I stumped upon some new functions : SleepConditionVariableCS, SleepConditionVariableSRW, WakeAllConditionVariable and WakeAllConditionVariable... Does anyone know anything about these? I couldn't find anything about them except their (empty and useless for now) entry in ... 9 Jan 2006 21:11
IRP_MJ_READ problem accessing memory Hi, i am working on an upper filter driver, that intercepts read / write irps for a volume. Actually it reroutes the irps to another device, sometimes needing to split them up in smaller packets. When doing this on reads there occur errors with the data content. I was able to figre out that the errors relate to th... 9 Jan 2006 03:44
Dll for Hook the API OpenProcess Hi, me again. Maybe i not post good detail the my problem. I try again. The API Openprocess : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcekernl/html/_wcesdk_win32_OpenProcess.asp This function returns a handle to an existing process object. HANDLE OpenProcess( DWORD fdwAccess, BOO... 9 Jan 2006 12:47
SHChangeNotifyRegister and SHCNE_CREATE Hello I use SHChangeNotifyRegister to monitor a directory(e.g. c:\somedir) for any file creations. My app receives the notification when a file is created in this directory. I need to retreive the filename that is being created however the notification seems to send only the directory name. Is there any way ... 4 Jan 2006 06:35
Hook API WriteProcessMemory Hi guys, some expert can help me in code for Hook API WriteProcessMemory ? I need sample working in 32 and 64 Bit CPU. I try make Anticheat Code, most cheat working using API WriteProcessMemory. Working API SetWinEventHook and use in PID Parameter my Game Process ? Trying return any activity the HOOK in my Ga... 6 Jan 2006 08:51 |