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.
|
|
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1999-2000 Microsoft Corporation
//
// Module Name:
// GUIDS.H
//
// Description:
// Guid definition file.
//
// Maintained By:
// Geoffrey Pease (GPEASE) 22-NOV-1999
//
// Notes:
// File gets re-include after INITGUID.H is included in GUIDS.CPP. You
// should not use "#pragma once" in this file.
//
//////////////////////////////////////////////////////////////////////////////
// not pragma once
#ifndef _GUIDS_H_
#define _GUIDS_H_
//
// External CLSIDs
//
#endif // _GUIDS_H_
|