怎样在Win2000下在NTFS分区上创建形如AAA.txt,aaa.txt???非高手莫入

hot.hot 2005-04-11 03:44:49
我在LU0的网站上看到过这个,但是不知道是怎样实现的,好像要访问WIN2000的POS子系统,常规状态是不可能做到的
...全文
137 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
hot.hot 2005-04-12
  • 打赏
  • 举报
回复
是不是要装PLATFORM SDK????
masterz 2005-04-11
  • 打赏
  • 举报
回复
lookup attribute ULONG Attributes in POBJECT_ATTRIBUTES structure.
Is a set of flags that controls the file object attributes. This value can be zero or OBJ_CASE_INSENSITIVE, which indicates that name-lookup code should ignore the case of the ObjectName member rather than performing an exact-match search. The value OBJ_INHERIT is irrelevant to device and intermediate drivers.
NTSTATUS NtCreateFile(
PHANDLE FileHandle,
ACCESS_MASK DesiredAccess,
POBJECT_ATTRIBUTES ObjectAttributes,
PIO_STATUS_BLOCK IoStatusBlock,
PLARGE_INTEGER AllocationSize,
ULONG FileAttributes,
ULONG ShareAccess,
ULONG CreateDisposition,
ULONG CreateOptions,
PVOID EaBuffer,
ULONG EaLength
);

hot.hot 2005-04-11
  • 打赏
  • 举报
回复
高手都跑到哪去了?

2,643

社区成员

发帖
与我相关
我的任务
社区描述
VC/MFC 硬件/系统
社区管理员
  • 硬件/系统社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧