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.

15 lines
216 B

  1. #include "stdinc.idl"
  2. [
  3. object,
  4. local,
  5. uuid(IID_ISxApwThunk_midl)
  6. ]
  7. interface ISxApwThunk : IUnknown
  8. {
  9. HRESULT
  10. InitThunk(
  11. IUnknown* underlying,
  12. HANDLE actctxHandle
  13. );
  14. };