windows-nt/Source/XPSP1/NT/shell/osshell/lmui/netobjs/guids.h

20 lines
527 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1995 - 1995.
//
// File: guids.h
//
// Contents: Guids local to this directory
//
// History: 26-Sep-95 BruceFo Created
//
//--------------------------------------------------------------------------
#ifndef __GUIDS_H__
#define __GUIDS_H__
DEFINE_GUID(CLSID_CNetObj, 0x59be4990, 0xf85c, 0x11ce, 0xaf, 0xf7, 0x00, 0xaa, 0x00, 0x3c, 0xa9, 0xf6);
#endif // __GUIDS_H__