fileview.h 434 B

1234567891011121314151617181920212223
  1. #ifndef NULLOSFT_MEDIALIBRARY_FILEVIEW_CONTROL_HEADER
  2. #define NULLOSFT_MEDIALIBRARY_FILEVIEW_CONTROL_HEADER
  3. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  4. #pragma once
  5. #endif
  6. #include <windows.h>
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. HWND FileView_CreateDialog(HWND hwndParent, UINT fStyle, HWND hwndInsertAfter, INT x, INT y, INT cx, INT cy);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif // NULLOSFT_MEDIALIBRARY_FILEVIEW_CONTROL_HEADER