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.

24 lines
605 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // OLEDBSHL
  4. // Copyright (C) Microsoft, 1995
  5. //
  6. // File: oledbshl.h
  7. //
  8. // Contents: External exports of functions and types, in C style
  9. // for consumers like shell32.dll
  10. //
  11. // History: 6-26-95 Davepl Created
  12. //
  13. //--------------------------------------------------------------------------
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. HRESULT COFSFolder_CreateFromIDList(LPCITEMIDLIST pidl, REFIID riid, LPVOID * ppvOut);
  18. #ifdef __cplusplus
  19. }
  20. #endif