1
0

cdrapi.h 421 B

123456789101112131415161718
  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. double GetTextValue(HWND hDlg, int IDITEM);
  13. #endif // CDRAPI_H_INCLUDED