这两个函数是用来转换IP字串与DWORD类型的。
unsigned long inet_addr (
  const char FAR * cp  
);
char FAR * inet_ntoa (
  struct in_addr in  
);
但好像没有Unicode版本阿, Windows里的API一般都有funcA与funcW两种版本.
哪位高人指点一下这两个函数Unicode版本是什么或者windows有没有其他相同功能的API?