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.

16 lines
616 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. // Copyright (C) 1993-1996 Microsoft Corporation. All Rights Reserved.
  3. //
  4. // MODULE: CmdTargt.h
  5. //
  6. // PURPOSE: Defines the GUIDs and command ID's for the IOleCommandTarget
  7. // interfaces defined in this program.
  8. //
  9. // Defines the GUID for the IOleCommandTarget's used by the views
  10. DEFINE_GUID(CGID_View, 0x89292110L, 0x4755, 0x11cf, 0x9d, 0xc2, 0x0, 0xaa, 0x0, 0x6c, 0x2b, 0x84);
  11. // GCID_View Command Target ID's
  12. enum {
  13. VCMDID_NEWMAIL = 0 // Creates a new mail message
  14. };