Source code of Windows XP (NT5)
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.

35 lines
916 B

  1. // Copyright (C) 1997 Microsoft Corporation
  2. //
  3. // public symbols for extension snapins
  4. //
  5. // 12-16-97 sburns
  6. #ifndef LUM_PUBLIC_H_INCLUDED
  7. #define LUM_PUBLIC_H_INCLUDED
  8. // clipboard format to retreive the machine name and account name associated
  9. // with a data object created by local user manager
  10. #define CCF_LOCAL_USER_MANAGER_MACHINE_NAME TEXT("Local User Manager Machine Focus Name")
  11. // The User item nodetype
  12. #define LUM_USER_NODETYPE_STRING TEXT("{5d6179cc-17ec-11d1-9aa9-00c04fd8fe93}")
  13. #define LUM_USER_NODETYPE_GUID \
  14. { /* 5d6179cc-17ec-11d1-9aa9-00c04fd8fe93 */ \
  15. 0x5d6179cc, \
  16. 0x17ec, \
  17. 0x11d1, \
  18. {0x9a, 0xa9, 0x00, 0xc0, 0x4f, 0xd8, 0xfe, 0x93} \
  19. } \
  20. #endif // LUM_PUBLIC_H_INCLUDED