MI5-Persecution: Why do you think MI5 are responsible? (2652)
16 Dec 2007 11:41:35 GMT
Why do you think MI5 are responsible?
The question of who is ultimately responsible for this eight-year
harassment is one which is very difficult to answer, as the persecutors
have never clearly made their identities known to the persecutee. However,
I believe I am correct in attributing the continuing victi ...
|
VDS API: IVdsDisk::GetIdentificationData on an unallocated disks.
Fri, 14 Dec 2007 09:19:03 -0800
Hi,
Someone knows if it is possible, in the VDS API, to cal the method
IVdsDisk::GetIdentificationData on an an unallocated disks ?
I tried this method on allocated disks, it works perfectly, I also tried the
IVdsDisk::GetProperties method on unallocated disks, it works.
I need this method to get the ser ...
|
RE: Dynamic View of Process Memory
Tue, 11 Dec 2007 02:47:01 -0800
Process[] prc = Process.GetProcesses();
var query = from i in prc
select new
{
i.ProcessName,
MemoryMB = i.WorkingSet /1000
};
"NeilShore" wrote:
> Hi,
>
> ...
|
ReadFile() fails on hardware RAID disk.How to detect that disk is
Thu, 6 Dec 2007 20:56:00 -0800
hi
I have two questions regarding hardware RAID disk . I created it as hardware
mirror disk. (I plugged it on marvel RAID controller)
1st question is that i want to read sectors from RAID disk, if i allocate
memory in a function and that memory passes through more than 3 function
calls to final ...
|
Is MSInfo32.3exe extensible?
Thu, 6 Dec 2007 17:03:01 -0800
I heard rumor that MSInfo32 has an extensible architecture, so 3rd party apps
can show their diagnostic info in MSInfo.
Is this correct? What interfaces do I need to look at? Any documentation /
web page that has this info? I searched around and found nothing.
Thanks,
Turbo ...
|
AppVerifier breakpoint when closing VB6 application
Tue, 4 Dec 2007 11:26:02 -0800
Hello,
Another first-time user of AppVerifier and WinDbg here --
We are prepping our application for the VeriTest competency test and right
now have everything under "Basics" checked in AppVerifier. This is a VB6 app
that performs without error when run outside AppVerifier. We get no errors
when runnin ...
|
Problem with double byte
Mon, 3 Dec 2007 00:14:11 -0800 (PST)
Hi All,
The following sample code works well on single byte languages and
prints the list of running processes in the box. But on double byte
languages like chinese, korean etc, it doesn't print the full process
name and it prints partially on a process which have space in the
process name.
// TestApp.cpp ...
|
|
|
[ANN] AutoFlowchart v2.0.2 is released. Sourcecode-->Flowchart-->Visio,Word!
Sat, 1 Dec 2007 12:57:08 +0800
AutoFlowchart v2.0.2 is released.
1. Add treatment to exceptional such as unmatched brackets.
2. Add treatment to special function which lines is more than 1000.
What's AutoFlowchart
--------------------------
AutoFlowchart is a excellent source code flowcharting tool to generate
flowchart from source ...
|
walking a heap
Wed, 28 Nov 2007 23:08:02 -0800
Does exist some free tool which displays memory blocks allocated by some
process ?
I need something for debugging purposes - I have debug version of
investigated application.
Thanks,
Peter ...
|
question about SHGetFolderPath warnings
Tue, 27 Nov 2007 09:24:02 -0800
my question is, how seriously do we need to take those SHGetFolderPath
warnings (about not using approved methods to get folder paths, e.g. Start
Menu)? will those warnings prevent us from getting logo certified?
one of the things that our installer does is to check the Start Menu folders
of all users on t ...
|