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.

15 lines
344 B

  1. #include "stdafx.h"
  2. #include "sfthost.h"
  3. #include "proglist.h"
  4. BOOL UserPane_RegisterClass();
  5. BOOL MorePrograms_RegisterClass();
  6. BOOL LogoffPane_RegisterClass();
  7. void RegisterDesktopControlClasses()
  8. {
  9. SFTBarHost::Register();
  10. UserPane_RegisterClass();
  11. MorePrograms_RegisterClass();
  12. LogoffPane_RegisterClass();
  13. }