WindowsXP-SP1/ds/adsi/types/pem.odl

36 lines
784 B
Plaintext
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, 1996
//
// File: Group.odl
//
// Contents: Group Interfaces
//
//----------------------------------------------------------------------------
[ uuid(OLEDS_IID_IADsObjectExtensionTable)]
interface IADsObjectExtensionTable : IUnknown
{
HRESULT
LoadExtensionTable(
REFCLSID refCLSID
);
HRESULT
GetPossibleExtensions(
LPWSTR pszClassName,
GUID * * ppCLSID,
DWORD **pdwNumExtensions
);
HRESULT
GetInterfacesForExtension(
REFCLSID refCLSID,
IID ** ppIID,
DWORD **pdwNumInterfaces
);
};