首页
社区
课程
招聘
[求助] 关于ftdisk
发表于: 2010-4-29 19:56 4139

[求助] 关于ftdisk

2010-4-29 19:56
4139
哪位大牛可以指点下 我刚看了nt4里面的ftdisk代码 怎么没有看见里面有创建HarddiskVolumex的设备?(里面确实创建了设备部过好像不是这个名字)

    for (diskNumber = ftRootExtension->FtCount.NumberOfDisks;
         diskNumber < configurationInformation->DiskCount;
         diskNumber++) {

        sprintf(ntDeviceName,
                "\\Device\\Harddisk%d\\Partition0",
                diskNumber);
        sprintf(ntAttachName,
                "\\Device\\Harddisk%d\\Physical0",
                diskNumber);
        status = FtpAttach(DriverObject,
                           ntAttachName,
                           ntDeviceName,
                           &wholeDevice);

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 507
活跃值: (26)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
2
....怎么都没人来啊
2010-4-30 13:37
0
游客
登录 | 注册 方可回帖
返回
//