Source code of Windows XP (NT5)
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.

25 lines
1.1 KiB

  1. #define IF_MSGSVR_OPEN (IF_MSGSVR_START + 0x00)
  2. #define IF_MSGSVR_SOCKET (IF_MSGSVR_START + 0x01)
  3. #define IF_MSGSVR_CONNECT0 (IF_MSGSVR_START + 0x02)
  4. #define IF_MSGSVR_CONNECT1 (IF_MSGSVR_START + 0x03)
  5. #define IF_MSGSVR_CONNECT2 (IF_MSGSVR_START + 0x04)
  6. #define IF_MSGSVR_CLOSE (IF_MSGSVR_START + 0x05)
  7. #define IF_MSGSVR_GETLASTERR (IF_MSGSVR_START + 0x06)
  8. #define IF_MSGSVR_GONEXTPHASE (IF_MSGSVR_START + 0x07)
  9. #define IF_MSGSVR_CHILDCOMPLETE (IF_MSGSVR_START + 0x08)
  10. #define IF_MSGSVR_GETNUMTX (IF_MSGSVR_START + 0x09)
  11. #define IF_MSGSVR_GETTXATOM (IF_MSGSVR_START + 0x0a)
  12. #define IF_MSGSVR_ACK (IF_MSGSVR_START + 0x0b)
  13. #define IF_MSGSVR_RECOVERY (IF_MSGSVR_START + 0x0c)
  14. #define IF_MSGSVR_SHUTDOWN (IF_MSGSVR_START + 0x0d)
  15. #define IF_MSGSVR_ONHOOKDIAL (IF_MSGSVR_START + 0x0e)
  16. #define IF_MSGSVR_MANUALRECV (IF_MSGSVR_START + 0x0f)
  17. #define IF_MSGSVR_MDM_STARTDIAGNOSTIC (IF_MSGSVR_START + 0x10)
  18. #define IF_MSGSVR_MDM_EXECDIAGNOSTIC (IF_MSGSVR_START + 0x11)
  19. #define IF_MSGSVR_MDM_ENDDIAGNOSTIC (IF_MSGSVR_START + 0x12)
  20. #define ADDRTYPE_FAX "FAX:"
  21. #define ADDRTYPE_NET "NET:"