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.

31 lines
532 B

  1. #include "printscanpch.h"
  2. #pragma hdrstop
  3. #include <objbase.h>
  4. #include <sti.h>
  5. static
  6. HRESULT
  7. StiCreateInstanceW(
  8. HINSTANCE hinst,
  9. DWORD dwVer,
  10. IStillImageW **ppSti,
  11. LPUNKNOWN punkOuter)
  12. {
  13. if (ppSti)
  14. {
  15. *ppSti = NULL;
  16. }
  17. return E_FAIL;
  18. }
  19. //
  20. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  21. //
  22. DEFINE_PROCNAME_ENTRIES(sti)
  23. {
  24. DLPENTRY(StiCreateInstanceW)
  25. };
  26. DEFINE_PROCNAME_MAP(sti)