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