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

The name of the pictureThe name of the pictureThe name of the pictureClash 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






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.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived