Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
168 B

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