WindowsXP-SP1/ds/adsi/msext/guid.h
2020-09-30 16:53:49 +02:00

57 lines
977 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1995.
//
// File: guid.h
//
// Contents: extern references for LDAP guids
//
// History: 16-Jan-95 KrishnaG
//
//
//----------------------------------------------------------------------------
#ifndef __GUID_H__
#define __GUID_H__
#ifdef __cplusplus
extern "C" {
#endif
//-------------------------------------------
//
// LDAPOle CLSIDs
//
//-------------------------------------------
//
// LDAPOle objects
//
extern const IID LIBID_ADSMSExtensions;
extern const CLSID CLSID_MSExtUser;
extern const CLSID CLSID_MSExtOrganization;
extern const CLSID CLSID_MSExtOrganizationUnit;
extern const CLSID CLSID_MSExtLocality;
extern const CLSID CLSID_MSExtPrintQueue;
extern const CLSID CLSID_MSExtGroup;
#ifdef __cplusplus
}
#endif
#endif