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.

33 lines
1002 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 2001
  6. //
  7. // File: timeif.acf
  8. //
  9. // Contents: ACF file for w32time
  10. //
  11. //
  12. // History: 26-Feb-2001 DuncanB Created
  13. //
  14. //------------------------------------------------------------------------
  15. #ifdef CLIENT
  16. typedef [allocate(all_nodes)] PW32TIME_NTP_PEER_INFO;
  17. typedef [allocate(all_nodes)] PW32TIME_NTP_PROVIDER_DATA;
  18. typedef [allocate(all_nodes)] PW32TIME_HARDWARE_PROVIDER_DATA;
  19. typedef [allocate(all_nodes)] PW32TIME_PROVIDER_DATA;
  20. typedef [allocate(single_node)] PW32TIME_PROVIDER_INFO;
  21. #else
  22. typedef [allocate(all_nodes)] PW32TIME_NTP_PEER_INFO;
  23. typedef [allocate(all_nodes)] PW32TIME_NTP_PROVIDER_DATA;
  24. typedef [allocate(all_nodes)] PW32TIME_HARDWARE_PROVIDER_DATA;
  25. typedef [allocate(all_nodes)] PW32TIME_PROVIDER_DATA;
  26. typedef [allocate(all_nodes)] PW32TIME_PROVIDER_INFO;
  27. #endif