Home | History | Annotate | Download | only in include
      1 /**
      2  * This file has no copyright assigned and is placed in the Public Domain.
      3  * This file is part of the mingw-w64 runtime package.
      4  * No warranty is given; refer to the file DISCLAIMER.PD within this package.
      5  */
      6 #ifndef _INC_FUNCTIONDISCOVERYCATEGORIES
      7 #define _INC_FUNCTIONDISCOVERYCATEGORIES
      8 
      9 #if (_WIN32_WINNT >= 0x0600)
     10 #ifdef __cplusplus
     11 extern "C" {
     12 #endif
     13 
     14 #define FCTN_CATEGORY_DEVICES /*Not used??*/
     15 #define FCTN_CATEGORY_NETBIOS L"Provider\\Microsoft.Networking.Netbios"
     16 #define FCTN_CATEGORY_NETWORKDEVICES L"Layered\\Microsoft.Networking.Devices"
     17 #define FCTN_CATEGORY_PNP L"Provider\\Microsoft.Base.PnP"
     18 #define FCTN_CATEGORY_PNPXASSOCIATION L"Provider\\Microsoft.PnPX.Association"
     19 #define FCTN_CATEGORY_PUBLICATION L"Provider\\Microsoft.Base.Publication"
     20 #define FCTN_CATEGORY_REGISTRY L"Provider\\Microsoft.Base.Registry"
     21 #define FCTN_CATEGORY_SSDP L"Provider\\Microsoft.Networking.SSDP"
     22 #define FCTN_CATEGORY_WCN L"Provider\\Microsoft.Networking.WCN"
     23 #define FCTN_CATEGORY_WSDISCOVERY L"Provider\\Microsoft.Networking.WSD"
     24 
     25 /* Magic Subcatagory defintions - http://msdn.microsoft.com/en-us/library/aa364815%28v=VS.85%29.aspx */
     26 #ifdef __cplusplus
     27 }
     28 #endif
     29 #endif /*(_WIN32_WINNT >= 0x0600)*/
     30 #endif /*_INC_FUNCTIONDISCOVERYCONSTRAINTS*/
     31