views:

47

answers:

1

Hi all,

I am writing a Network program, and i am using NP_ENUM_NETWORK in my win32 application.

when i serach in my system i am not able to locate this enum

can i know in which header file, i wil get this enum.

is there any SDK provided by microsoft for network application development where i can get this enum.

with regards Vinayaka Karjigi

+1  A: 

It seems that your desired functionality, headers and examples are part of any Vista and above SDK.

merkuro
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