cdrapi.h 377 B

1234567891011121314151617
  1. #ifndef CDRAPI_H_INCLUDED
  2. #define CDRAPI_H_INCLUDED
  3. #import "VGCoreAuto.tlb" \
  4. rename("GetCommandLine", "VGGetCommandLine") \
  5. rename("CopyFile", "VGCore") \
  6. rename("FindWindow", "VGFindWindow")
  7. #define corel VGCore::IVGApplication
  8. using namespace VGCore;
  9. void BeginOpt(corel *cdr);
  10. void EndOpt(corel *cdr);
  11. void Active_CorelWindows(HWND hDlg);
  12. #endif // CDRAPI_H_INCLUDED