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.
 
 
 
 
 
 

23 lines
816 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1995 - 1996.
//
// File: guids.h
//
// Contents: All GUIDs
//
// History: Jan-05-96 RaviR Created
//
//----------------------------------------------------------------------------
// {d6277990-4c6a-11cf-8d87-00aa0060f5bf}
DEFINE_GUID(CLSID_CJobFolder, 0xd6277990, 0x4c6a, 0x11cf, 0x8d, 0x87, 0x00,0xaa,0x00,0x60,0xf5,0xbf);
// {797F1E90-9EDD-11cf-8D8E-00AA0060F5BF}
DEFINE_GUID(CLSID_CSchedObjExt, 0x797f1e90, 0x9edd, 0x11cf, 0x8d, 0x8e, 0x0, 0xaa, 0x0, 0x60, 0xf5, 0xbf);
// {DD2110F0-9EEF-11cf-8D8E-00AA0060F5BF}
DEFINE_GUID(CLSID_CTaskIconExt, 0xdd2110f0, 0x9eef, 0x11cf, 0x8d, 0x8e, 0x0, 0xaa, 0x0, 0x60, 0xf5, 0xbf);