Posts

Showing posts with the label network-programming

Is there any SDK provided by Microsoft for network application development?

Image
Clash Royale CLAN TAG #URR8PPP Is there any SDK provided by Microsoft for network application development? I am writing a Network program, and I am using NP_ENUM_NETWORK in my win32 application. When I search in my system I am not able to locate this enum. Can I know in which header file, I will get this enum? Is there any SDK provided by Microsoft for network application development where I can get this enum? 1 Answer 1 It seems that your desired functionality, headers and examples are part of any Vista and above SDK. And note, the naming of the SDK tells you what new things it supports. Older OS' continue to be supported (assuming you define the right version macros before including headers). – Richard Jul 1 '09 at 11:48 ...