mirror of https://github.com/lianthony/NT4.0
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.
20 lines
558 B
20 lines
558 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1995
|
|
//
|
|
// File: ofsfguid.h
|
|
//
|
|
// Contents: GUIDs for the COFSFolder project
|
|
//
|
|
// History: 6-26-95 Davepl Created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
//
|
|
// CLSID_COFSFolder {D5A4DE80-B005-11ce-8EC4-00004C752459}
|
|
//
|
|
|
|
DEFINE_GUID(CLSID_COFSFolder,
|
|
0xd5a4de80, 0xb005, 0x11ce,
|
|
0x8e, 0xc4, 0x0, 0x0, 0x4c, 0x75, 0x24, 0x59);
|