Leaked source code of windows server 2003
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
179 B

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