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

45 lines
871 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: option.odl
//
// Contents: Core Interfaces
//
//----------------------------------------------------------------------------
[uuid(OLEDS_IID_IADsObjOptPrivate)]
interface IADsObjOptPrivate: IUnknown
{
HRESULT
GetOption(
DWORD dwOption,
void *pValue
);
HRESULT
SetOption(
DWORD dwOption,
void *pValue
);
};
[uuid(OLEDS_IID_IADsUmiHelperPrivate)]
interface IADsUmiHelperPrivate : IUnknown
{
HRESULT
GetPropertiesHelper(
void **ppValue,
DWORD *pdwPropCount
);
HRESULT
GetOriginHelper(
LPCWSTR pszName,
BSTR *pbstrOrigin
);
};