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.

34 lines
555 B

  1. //
  2. // Copyright 2001 - Microsoft Corporation
  3. //
  4. // Created By:
  5. // Geoff Pease (GPease) 23-JAN-2001
  6. //
  7. // Maintained By:
  8. // Geoff Pease (GPease) 23-JAN-2001
  9. //
  10. #pragma once
  11. HRESULT
  12. DataObj_CopyHIDA(
  13. IDataObject * pdtobjIn
  14. , CIDA ** ppidaOut
  15. );
  16. HRESULT
  17. BindToObjectWithMode(
  18. LPCITEMIDLIST pidlIn
  19. , DWORD grfModeIn
  20. , REFIID riidIn
  21. , void ** ppvIn
  22. );
  23. STDAPI_(LPITEMIDLIST)
  24. IDA_FullIDList(
  25. CIDA * pidaIn
  26. , UINT idxIn
  27. );