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.

37 lines
430 B

  1. VOID
  2. AboutDialog (
  3. HWND hwnd
  4. );
  5. BOOL
  6. KeyFindDialog (
  7. HWND hwnd,
  8. PSTR StringBuffer,
  9. PBOOL UsePattern
  10. );
  11. BOOL
  12. ShortDataDialog (
  13. HWND hwnd,
  14. BYTE DataFlag,
  15. PDWORD DataValue,
  16. PBOOL AddData,
  17. PBYTE Instance
  18. );
  19. BOOL
  20. LinkageDialog (
  21. HWND hwnd,
  22. PSTR Key1,
  23. PSTR Key2
  24. );
  25. BOOL
  26. CreateKeyDialog (
  27. HWND hwnd,
  28. PSTR KeyName
  29. );