2025-04-27 07:49:33 -04:00

12 lines
179 B
Plaintext

import "bits.idl";
[
uuid(51a183db-67e0-4472-8602-3dbc730b7ef5),
odl
]
interface IBitsTest1 : IUnknown
{
HRESULT GetBitsDllPath( [out] LPWSTR * pVal );
}