The DiskView utility is a utility written by OSR, that allows ther user to
view the MountPoints, Physical Disks, and Storage Adapters that make up the
storage subsystem on the target machine.
Yes it is. I suppose you want the source. Have you asked OSR?
–
The personal opinion of
Gary G. Little
“Leo” wrote in message news:xxxxx@ntdev…
> The DiskView utility is a utility written by OSR, that allows ther user to
> view the MountPoints, Physical Disks, and Storage Adapters that make up
the
> storage subsystem on the target machine.
>
>
>
Hello
I have an account of OSR . I am a jackaroo in OSR . You said “Have you asked
OSR?” , sorry , I am not very clear .
Could you help me ?
My mail is xxxxx@wtwh.com.cn
You can send the resource to me ?
“Gary G. Little” wrote in message
news:xxxxx@ntdev…
> Yes it is. I suppose you want the source. Have you asked OSR?
>
> –
> The personal opinion of
> Gary G. Little
>
> “Leo” wrote in message news:xxxxx@ntdev…
>> The DiskView utility is a utility written by OSR, that allows ther user
>> to
>> view the MountPoints, Physical Disks, and Storage Adapters that make up
> the
>> storage subsystem on the target machine.
>>
>>
>>
>
>
>
Actually, I believe Gary meant asking OSR the fine company that hosts this
group, what they would charge you for the source code to DiskView send a
question to xxxxx@osr.com. They are very good, but they are not cheap.
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
“Leo” wrote in message news:xxxxx@ntdev…
> Hello
> I have an account of OSR . I am a jackaroo in OSR . You said “Have you
> asked OSR?” , sorry , I am not very clear .
> Could you help me ?
> My mail is xxxxx@wtwh.com.cn
>
> You can send the resource to me ?
> “Gary G. Little” wrote in message
> news:xxxxx@ntdev…
>> Yes it is. I suppose you want the source. Have you asked OSR?
>>
>> –
>> The personal opinion of
>> Gary G. Little
>>
>> “Leo” wrote in message news:xxxxx@ntdev…
>>> The DiskView utility is a utility written by OSR, that allows ther user
>>> to
>>> view the MountPoints, Physical Disks, and Storage Adapters that make up
>> the
>>> storage subsystem on the target machine.
>>>
>>>
>>>
>>
>>
>>
>
>
>
Thank you !
I need to pay for the source code , yes ?
I will ask my boss.
“Don Burn” wrote in message news:xxxxx@ntdev…
> Actually, I believe Gary meant asking OSR the fine company that hosts this
> group, what they would charge you for the source code to DiskView send a
> question to xxxxx@osr.com. They are very good, but they are not cheap.
>
>
> –
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> Remove StopSpam from the email to reply
>
>
>
> “Leo” wrote in message news:xxxxx@ntdev…
>> Hello
>> I have an account of OSR . I am a jackaroo in OSR . You said “Have you
>> asked OSR?” , sorry , I am not very clear .
>> Could you help me ?
>> My mail is xxxxx@wtwh.com.cn
>>
>> You can send the resource to me ?
>> “Gary G. Little” wrote in message
>> news:xxxxx@ntdev…
>>> Yes it is. I suppose you want the source. Have you asked OSR?
>>>
>>> –
>>> The personal opinion of
>>> Gary G. Little
>>>
>>> “Leo” wrote in message news:xxxxx@ntdev…
>>>> The DiskView utility is a utility written by OSR, that allows ther user
>>>> to
>>>> view the MountPoints, Physical Disks, and Storage Adapters that make up
>>> the
>>>> storage subsystem on the target machine.
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>
Or just play around with the SDK and do it yourself. Adapters, and disks,
can all be enumerated using the PnP SetupDi* apis and the appropriate guids.
The sdk contains apis for enumerating volumes and for associating volumes
with physical disks. The DDK documents a bunch of storage IOCTLs that will
help you build the various mappings.
By the way, the use of the term ‘jackaroo’ left us puzzled over here in new
england where we speak the 'mercan variety of english. Jackaroo appears to
be from the 'strain variety. Nice word though.
=====================
Mark Roddy
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Leo
Sent: Wednesday, March 02, 2005 8:07 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] How to get the code of DiskView ?
Thank you !
I need to pay for the source code , yes ?
I will ask my boss.
“Don Burn” wrote in message news:xxxxx@ntdev…
> Actually, I believe Gary meant asking OSR the fine company that hosts
> this group, what they would charge you for the source code to DiskView
> send a question to xxxxx@osr.com. They are very good, but they are not
cheap.
>
>
> –
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting Remove StopSpam
> from the email to reply
>
>
>
> “Leo” wrote in message news:xxxxx@ntdev…
>> Hello
>> I have an account of OSR . I am a jackaroo in OSR . You said “Have
>> you asked OSR?” , sorry , I am not very clear .
>> Could you help me ?
>> My mail is xxxxx@wtwh.com.cn
>>
>> You can send the resource to me ?
>> “Gary G. Little” wrote in message
>> news:xxxxx@ntdev…
>>> Yes it is. I suppose you want the source. Have you asked OSR?
>>>
>>> –
>>> The personal opinion of
>>> Gary G. Little
>>>
>>> “Leo” wrote in message news:xxxxx@ntdev…
>>>> The DiskView utility is a utility written by OSR, that allows ther
>>>> user to view the MountPoints, Physical Disks, and Storage Adapters
>>>> that make up
>>> the
>>>> storage subsystem on the target machine.
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@stratus.com To
unsubscribe send a blank email to xxxxx@lists.osr.com
> ----------
From: xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com] on behalf of Roddy, Mark[SMTP:xxxxx@stratus.com]
Reply To: Windows System Software Devs Interest List
Sent: Thursday, March 03, 2005 2:53 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] How to get the code of DiskView ?Or just play around with the SDK and do it yourself. Adapters, and disks,
can all be enumerated using the PnP SetupDi* apis and the appropriate guids.
Everything can be made using SetupDi* API if one finds how SetupDi* is probably the most convoluted Windows API. I wonder if anybody even at MS understands it completely.
Best regards,
Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]
Well yes but the SDK volume apis correlate volumes to disks and have their
own enumeration scheme that is slightly incompatible with the setupapi
enumeration, which is why I separated them out.
=====================
Mark Roddy
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Michal Vodicka
Sent: Thursday, March 03, 2005 2:59 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] How to get the code of DiskView ?
From:
xxxxx@lists.osr.com[SMTP:xxxxx@lists.osr.com] on
behalf of Roddy, Mark[SMTP:xxxxx@stratus.com]
Reply To: Windows System Software Devs Interest List
Sent: Thursday, March 03, 2005 2:53 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] How to get the code of DiskView ?Or just play around with the SDK and do it yourself. Adapters, and
disks, can all be enumerated using the PnP SetupDi* apis and the
appropriate guids.
Everything can be made using SetupDi* API if one finds how SetupDi* is
probably the most convoluted Windows API. I wonder if anybody even at MS
understands it completely.
Best regards,
Michal Vodicka
UPEK, Inc.
[xxxxx@upek.com, http://www.upek.com]
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com
Roddy, Mark wrote:
By the way, the use of the term ‘jackaroo’ left us puzzled over here in new
england where we speak the 'mercan variety of english. Jackaroo appears to
be from the 'strain variety. Nice word though.
*I* thought he meant he had designs on our sheep… We MIGHT give away
our source code, but NEVER our sheep!
P