Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
495 B

  1. #if !defined(BTHSERVI_H)
  2. #define BTHSERVI_H
  3. #define BTHSERV_PROT_SEQ TEXT("ncalrpc")
  4. #define BTHSERV_ENDPOINT TEXT("BthServEp")
  5. #define BTHSERV_ALL_ADDRS BTH_ADDR_NULL
  6. #define SERVICE_OPTION_DO_NOT_PUBLISH (0x00000002)
  7. #define SERVICE_OPTION_NO_PUBLIC_BROWSE (0x00000004)
  8. #define SERVICE_OPTION_VALID_MASK (SERVICE_OPTION_NO_PUBLIC_BROWSE | \
  9. SERVICE_OPTION_DO_NOT_PUBLISH)
  10. #endif // !defined(BTHSERVI_H)