随笔分类 -  Windows

Windows驱动开发
摘要: 阅读全文

posted @ 2007-12-28 09:53 john.huang 阅读(287) 评论(0) 推荐(0)

Windos学习旅程-Error和UNICODE(二)
摘要://///////////////////////////////////////////////////////// //1.Error /////////////////////////////////////////////////////////// Windows的Error表示结构有三部分组成: 1.ID 2.MessageID 3.MessageTex... 阅读全文

posted @ 2007-11-16 13:29 john.huang 阅读(313) 评论(0) 推荐(0)

Windows学习旅程(一)
摘要:昨天在调用 BOOL WriteFile( HANDLE hFile, // handle to file to write to LPCVOID lpBuffer, // pointer to data to write to file DWORD nNumberOfBytesToWrite, // ... 阅读全文

posted @ 2007-11-16 09:30 john.huang 阅读(216) 评论(0) 推荐(0)

API读取文件链表&读取文件
摘要:1#define _WIN32_WINNT 0x0400 2#include 3#include 4//ReadFileLink 5ULONGLONG *GetFileClusters( 6 PCHAR lpFileName, 7 ULONG *ClusterSize, 8 ... 阅读全文

posted @ 2007-11-14 13:09 john.huang 阅读(1007) 评论(0) 推荐(0)

导航