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

75 lines
1.3 KiB
C

//+---------------------------------------------------------------------------
//
// 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 CLSID LIBID_LDAPOle;
extern const CLSID CLSID_LDAPProvider;
extern const CLSID CLSID_LDAPNamespace;
extern const CLSID CLSID_LDAPGenObject;
extern const CLSID CLSID_LDAPUser;
extern const CLSID CLSID_LDAPGroup;
extern const CLSID CLSID_LDAPSchema;
extern const CLSID CLSID_LDAPClass;
extern const CLSID CLSID_LDAPProperty;
extern const CLSID CLSID_LDAPSyntax;
extern const CLSID CLSID_LDAPLocality;
extern const CLSID CLSID_LDAPO;
extern const CLSID CLSID_LDAPOU;
extern const CLSID CLSID_LDAPCountry;
extern const CLSID CLSID_LDAPDomain;
extern const CLSID CLSID_LDAPComputer;
extern const CLSID CLSID_LDAPPrintQueue;
#ifdef __cplusplus
}
#endif
#endif