OSDN Git Service

・TDownloadState は ThreadItem.pas および BoardItem.pas で共通に使えるように PlugInMain.pas に移動。
authoryoffy <yoffy>
Fri, 14 Nov 2003 18:53:33 +0000 (18:53 +0000)
committeryoffy <yoffy>
Fri, 14 Nov 2003 18:53:33 +0000 (18:53 +0000)
res/ExternalBoardPlugIn/PlugInMain.pas

index d97a3d9..b54aaaa 100644 (file)
@@ -12,6 +12,9 @@ uses
 
 // ===== PlugInSDK API \82Ì\90é\8c¾
 type
+       // \83_\83E\83\93\83\8d\81[\83h\82ª\90¬\8c÷\82µ\82½\82©\82Ç\82¤\82©
+       TDownloadState = (dsWait, dsWork, dsComplete, dsDiffComplete, dsNotModify, dsAbort, dsError);
+
        // *************************************************************************
        // CreateResultString
        // \96ß\82è\92l\82ª PChar \82Å\82 \82é API \82Ì\83\81\83\82\83\8a\82ð\8am\95Û\82·\82é
@@ -56,7 +59,7 @@ type
        // \82Q\82¿\82á\82ñ\82Ë\82é\82Ì dat \8c`\8e®\82ð\83\8d\81[\83J\83\8b\82 \82Ú\81`\82ñ\82É\92Ê\82·
        // *************************************************************************
        TInternalAbon = function(
-               inDatText : PChar                               // \96¼\91O<>\83\81\81[\83\8b<>\93ú\95tID<>\96{\95¶<>[\89ü\8ds] \82Å\8d\\90¬\82³\82ê\82½\83e\83L\83X\83g
+               inDatText : PChar                               // \96¼\91O<>\83\81\81[\83\8b<>\93ú\95tID<>\96{\95¶<> \82Å\8d\\90¬\82³\82ê\82½\89ü\8ds\8bæ\90Ø\82è\83e\83L\83X\83g
        ) : PChar; stdcall;                             // \82 \82Ú\81`\82ñ\8dÏ\82Ý\82Ì dat \8c`\8e®\83e\83L\83X\83g
 
        // *************************************************************************