摘要:
函数原型如下: NTSTATUS IoOpenDeviceRegistryKey( IN PDEVICE_OBJECT DeviceObject, IN ULONG DevInstKeyType, IN ACCESS_MASK DesiredAccess, OUT PHANDLE DevInstRegKey ); 其中DevInstKeyType为PLUGPLAY_REGKEY_DRIVER时... 阅读全文
posted @ 2010-08-10 15:15
Fan Zhang
阅读(908)评论(0)推荐(0)
摘要:
1.UDP不需要listen函数 Sockets that are connection oriented, those of type SOCK_STREAM for example, are used with listen. 2. SOCKADDR_IN和sockaddr_in数据结构等价。 SOCKADDR适用于任何协议族 SOCKADDR_IN只只适用于AF_INET... 阅读全文
posted @ 2010-08-03 14:59
Fan Zhang
阅读(157)评论(0)推荐(0)