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.

26 lines
1.0 KiB

  1. #include "PrmDescr.h"
  2. #pragma once
  3. //------------------------------------------------------
  4. // Output header for the case of a multiplied command (applying to * interfaces)
  5. DWORD
  6. OutIntfsHeader(PPARAM_DESCR_DATA pPDData);
  7. //------------------------------------------------------
  8. // Output trailer for the case of a multiplied command (applying to * interfaces)
  9. DWORD
  10. OutIntfsTrailer(PPARAM_DESCR_DATA pPDData, DWORD dwErr);
  11. //------------------------------------------------------
  12. // Output routine for the list of wireless interfaces
  13. DWORD
  14. OutNetworkIntfs(PPARAM_DESCR_DATA pPDData, PINTFS_KEY_TABLE pIntfTable);
  15. //------------------------------------------------------
  16. // Output routine for the generic service WZC parameters
  17. DWORD
  18. OutSvcParams(PPARAM_DESCR_DATA pPDData, DWORD dwOsInFlags, DWORD dwOsOutFlags);
  19. //------------------------------------------------------
  20. // Output routine for a list of wireless networks (visible or preferred)
  21. DWORD
  22. OutNetworkCfgList(PPARAM_DESCR_DATA pPDData, UINT nRetrieved, UINT nFiltered);