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.

27 lines
810 B

  1. /*****************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 2000
  4. *
  5. * TITLE: ImageLst.h
  6. *
  7. * VERSION: 1.0
  8. *
  9. * DATE: 2000/11/14
  10. *
  11. * DESCRIPTION: Handles WIA side of things
  12. *
  13. *****************************************************************************/
  14. #ifndef _IMAGELST_H_
  15. #define _IMAGELST_H_
  16. HRESULT ImageLst_PostAddImageRequest(BSTR bstrNewImage);
  17. HRESULT ImageLst_AddImageToList(BSTR bstrNewImage);
  18. HRESULT ImageLst_PopulateWiaItemList(IGlobalInterfaceTable *pGIT,
  19. DWORD dwCookie);
  20. HRESULT ImageLst_PopulateDShowItemList(const TCHAR *pszImagesDirectory);
  21. HRESULT ImageLst_Clear();
  22. HRESULT ImageLst_CancelLoadAndWait(DWORD dwTimeout);
  23. #endif // _IMAGELST_H_