WindowsXP-SP1/ds/adsi/types/largeint.odl
2020-09-30 16:53:49 +02:00

30 lines
641 B
Plaintext
Raw 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: user.odl
//
// Contents: User Interfaces
//
//----------------------------------------------------------------------------
[ uuid(OLEDS_IID_IADsLargeInteger), oleautomation, dual]
interface IADsLargeInteger: IDispatch
{
PROPERTY_LONG_RW(HighPart, 2)
PROPERTY_LONG_RW(LowPart, 3)
};
[ uuid(OLEDS_CLSID_LargeInteger)]
coclass LargeInteger
{
[default] interface IADsLargeInteger;
interface IDispatch;
};