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

Multi tool use


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.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
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