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.

24 lines
597 B

  1. #include "PrmDescr.h"
  2. #pragma once
  3. //----------------------------------------------------
  4. // Handler for the "show" command
  5. DWORD
  6. FnCmdShow(PPARAM_DESCR_DATA pPDData);
  7. //----------------------------------------------------
  8. // Handler for the "add" command
  9. DWORD
  10. FnCmdAdd(PPARAM_DESCR_DATA pPDData);
  11. //----------------------------------------------------
  12. // Handler for the "delete" command
  13. DWORD
  14. FnCmdDelete(PPARAM_DESCR_DATA pPDData);
  15. //----------------------------------------------------
  16. // Handler for the "set" command
  17. DWORD
  18. FnCmdSet(PPARAM_DESCR_DATA pPDData);