{"id":627,"date":"2008-04-05T15:42:55","date_gmt":"2008-04-05T06:42:55","guid":{"rendered":"http:\/\/mimumimu.net\/blog\/2008\/04\/05\/%e9%81%a9%e5%bd%93%e3%81%aa%e8%a6%9a%e3%81%88%e6%9b%b8%e3%81%8d%e3%80%82-hsp-%e3%81%a7-paraformat2\/"},"modified":"2012-04-21T18:28:26","modified_gmt":"2012-04-21T09:28:26","slug":"%e9%81%a9%e5%bd%93%e3%81%aa%e8%a6%9a%e3%81%88%e6%9b%b8%e3%81%8d%e3%80%82-hsp-%e3%81%a7-paraformat2","status":"publish","type":"post","link":"https:\/\/mimumimu.net\/blog\/2008\/04\/05\/%e9%81%a9%e5%bd%93%e3%81%aa%e8%a6%9a%e3%81%88%e6%9b%b8%e3%81%8d%e3%80%82-hsp-%e3%81%a7-paraformat2\/","title":{"rendered":"\u9069\u5f53\u306a\u899a\u3048\u66f8\u304d\u3002 HSP \u3067 PARAFORMAT2"},"content":{"rendered":"<p>\u306a\u3093\u3067\u3053\u3046C++ \u3067\u66f8\u304b\u306a\u304b\u3063\u305f\u306e\u3060\u3068\u601d\u3046\u3068\u3053\u308d\u3067\u306f\u3042\u308a\u307e\u3059\u304c\u3001<\/p>\n<p>\u3057\u3087\u3046\u304c\u306a\u3044\u306e\u3067SDK\u306eRichedit.h \u306b\u66f8\u3044\u3066\u3042\u3063\u305f\u306e\u3092HSP\u98a8\u306b\u89e3\u91c8<\/p>\n<p>&#160;<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- (Richedit.h \u3088\u308a\u629c\u7c8b\u3002 \u6301\u3063\u3066\u304d\u3066\u826f\u3044\u306e\u304b\u306f\u7591\u554f\u3060\u3051\u3069\u3002\uff09<\/p>\n<p>typedef struct _paraformat2   <br \/>{    <br \/>&#160;&#160;&#160; UINT&#160;&#160;&#160; cbSize;    <br \/>&#160;&#160;&#160; DWORD&#160;&#160;&#160; dwMask;    <br \/>&#160;&#160;&#160; WORD&#160;&#160;&#160; wNumbering;    <br \/>&#160;&#160;&#160; WORD&#160;&#160;&#160; wReserved;    <br \/>&#160;&#160;&#160; LONG&#160;&#160;&#160; dxStartIndent;    <br \/>&#160;&#160;&#160; LONG&#160;&#160;&#160; dxRightIndent;    <br \/>&#160;&#160;&#160; LONG&#160;&#160;&#160; dxOffset;    <br \/>&#160;&#160;&#160; WORD&#160;&#160;&#160; wAlignment;    <br \/>&#160;&#160;&#160; SHORT&#160;&#160;&#160; cTabCount;    <br \/>&#160;&#160;&#160; LONG&#160;&#160;&#160; rgxTabs[MAX_TAB_STOPS];    <br \/>&#160;&#160;&#160;&#160; LONG&#160;&#160;&#160; dySpaceBefore;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Vertical spacing before para&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br \/>&#160;&#160;&#160; LONG&#160;&#160;&#160; dySpaceAfter;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Vertical spacing after para&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br \/>&#160;&#160;&#160; LONG&#160;&#160;&#160; dyLineSpacing;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Line spacing depending on Rule&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br \/>&#160;&#160;&#160; SHORT&#160;&#160;&#160; sStyle;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Style handle&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br \/>&#160;&#160;&#160; BYTE&#160;&#160;&#160; bLineSpacingRule;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Rule for line spacing (see tom.doc)&#160;&#160;&#160; <br \/>&#160;&#160;&#160; BYTE&#160;&#160;&#160; bOutlineLevel;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Outline Level&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br \/>&#160;&#160;&#160; WORD&#160;&#160;&#160; wShadingWeight;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Shading in hundredths of a per cent&#160;&#160;&#160; <br \/>&#160;&#160;&#160; WORD&#160;&#160;&#160; wShadingStyle;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Byte 0: style, nib 2: cfpat, 3: cbpat    <br \/>&#160;&#160;&#160; WORD&#160;&#160;&#160; wNumberingStart;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Starting value for numbering&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br \/>&#160;&#160;&#160; WORD&#160;&#160;&#160; wNumberingStyle;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Alignment, Roman\/Arabic, (), ), ., etc.    <br \/>&#160;&#160;&#160; WORD&#160;&#160;&#160; wNumberingTab;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Space bet 1st indent and 1st-line text    <br \/>&#160;&#160;&#160; WORD&#160;&#160;&#160; wBorderSpace;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Border-text spaces (nbl\/bdr in pts)&#160;&#160;&#160; <br \/>&#160;&#160;&#160; WORD&#160;&#160;&#160; wBorderWidth;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Pen widths (nbl\/bdr in half twips)&#160;&#160;&#160; <br \/>&#160;&#160;&#160; WORD&#160;&#160;&#160; wBorders;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; \/\/ Border styles (nibble\/border)&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br \/>} PARAFORMAT2;<\/p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p>\u53c2\u7167\uff1aMSDN &#8211; PARAFORMAT2 Structure()<\/p>\n<p><a title=\"http:\/\/msdn.microsoft.com\/en-us\/library\/bb787942(VS.85).aspx\" href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/bb787942(VS.85).aspx\">http:\/\/msdn.microsoft.com\/en-us\/library\/bb787942(VS.85).aspx<\/a><\/p>\n<p>&#160;<\/p>\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"651\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"240\">\u5ba3\u8a00<\/td>\n<td valign=\"top\" width=\"132\">HSP\u5909\u6570<\/td>\n<td valign=\"top\" width=\"116\">\u30e1\u30f3\u30d0\u540d<\/td>\n<td valign=\"top\" width=\"77\">\u30aa\u30d5\u30bb\u30c3\u30c8<\/td>\n<td valign=\"top\" width=\"74\">\u30b5\u30a4\u30ba<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">UNIT cbSize<\/td>\n<td valign=\"top\" width=\"132\">pfm2(0)<\/td>\n<td valign=\"top\" width=\"120\">cbSize<\/td>\n<td valign=\"top\" width=\"76\">0<\/td>\n<td valign=\"top\" width=\"74\">4<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">DWORD dwMask<\/td>\n<td valign=\"top\" width=\"132\">pfm2(1)<\/td>\n<td valign=\"top\" width=\"123\">dwMask<\/td>\n<td valign=\"top\" width=\"76\">4<\/td>\n<td valign=\"top\" width=\"73\">4<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"156\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"154\">WORD wNumbering<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"154\">WORD wReserved<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"132\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"115\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0a\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0b\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>pfm2(2)<\/p>\n<\/td>\n<td valign=\"top\" width=\"125\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"104\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"102\">wNumbering<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"102\">wReserved<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"76\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"30\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"28\">8<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"28\">10<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"73\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"27\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"25\">2<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"25\">2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">LONG&#160;&#160;&#160; dxStartIndent<\/td>\n<td valign=\"top\" width=\"132\">pfm2(3)<\/td>\n<td valign=\"top\" width=\"126\">dxStartIndent<\/td>\n<td valign=\"top\" width=\"76\">12<\/td>\n<td valign=\"top\" width=\"73\">4<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">LONG&#160;&#160;&#160; dxRightIndent<\/td>\n<td valign=\"top\" width=\"132\">pfm2(4)<\/td>\n<td valign=\"top\" width=\"127\">dxRightIndent<\/td>\n<td valign=\"top\" width=\"76\">16<\/td>\n<td valign=\"top\" width=\"73\">4<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">LONG&#160;&#160;&#160; dxOffset<\/td>\n<td valign=\"top\" width=\"132\">pfm2(5)<\/td>\n<td valign=\"top\" width=\"128\">dxOffset<\/td>\n<td valign=\"top\" width=\"76\">20<\/td>\n<td valign=\"top\" width=\"73\">4<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"156\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"154\">WORD wAlignment<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"154\">SHORT cTabCount<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"132\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"115\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0a\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0b\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>pfm2(6)<\/p>\n<\/td>\n<td valign=\"top\" width=\"128\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"104\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"102\">wAlignment<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"102\">cTabCount<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"76\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"32\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"30\">24<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"30\">26<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"73\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"23\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"21\">2<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"21\">2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">LONG&#160;&#160;&#160; rgxTabs[MAX_TAB_STOPS]<\/td>\n<td valign=\"top\" width=\"132\">pfm2(7) \uff5e pfm2(38)<\/td>\n<td valign=\"top\" width=\"128\">rgxTabs<\/td>\n<td valign=\"top\" width=\"76\">28<\/td>\n<td valign=\"top\" width=\"73\">128<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">LONG&#160;&#160;&#160; dySpaceBefore<\/td>\n<td valign=\"top\" width=\"132\">pfm2(39)<\/td>\n<td valign=\"top\" width=\"128\">dySpaceBefore<\/td>\n<td valign=\"top\" width=\"76\">156<\/td>\n<td valign=\"top\" width=\"73\">4<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">LONG&#160;&#160;&#160; dySpaceAfter<\/td>\n<td valign=\"top\" width=\"132\">pfm2(40)<\/td>\n<td valign=\"top\" width=\"128\">dySpaceAfter<\/td>\n<td valign=\"top\" width=\"76\">160<\/td>\n<td valign=\"top\" width=\"73\">4<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">LONG&#160;&#160;&#160; dyLineSpacing<\/td>\n<td valign=\"top\" width=\"132\">pfm2(41)<\/td>\n<td valign=\"top\" width=\"128\">dyLineSpacing<\/td>\n<td valign=\"top\" width=\"76\">164<\/td>\n<td valign=\"top\" width=\"73\">4<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"196\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"194\">SHORT&#160;&#160;&#160; sStyle<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"194\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"189\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"187\">BYTE&#160; bLineSpacingRule<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"187\">BYTE&#160; bOutlineLevel<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"132\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"115\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"118\">\u4e0a\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"118\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"111\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"109\">\u4e0a\u4f4d\u30d0\u30a4\u30c8<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"109\">\u4e0b\u4f4d\u30d0\u30a4\u30c8<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u4e0b\u4f4d\u30ef\u30fc\u30c9<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>pfm2(42)<\/p>\n<\/td>\n<td valign=\"top\" width=\"128\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"104\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"107\">sStyle<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"107\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"100\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"98\">bLineSpacingRule<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"98\">bOutlineLevel<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"76\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"48\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"49\">168<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"49\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"42\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"40\">170<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"40\">171<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"73\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"48\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"47\">2<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"47\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"40\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"38\">1<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"38\">1<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"201\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"199\">WORD&#160;&#160;&#160; wShadingWeight<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"199\">WORD&#160;&#160;&#160; wShadingStyle<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"132\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"115\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0a\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0b\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>pfm2(43)<\/p>\n<\/td>\n<td valign=\"top\" width=\"128\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"104\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"102\">wShadingWeight<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"102\">wShadingStyle<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"76\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"32\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"30\">172<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"30\">174<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"73\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"23\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"21\">2<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"21\">2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"207\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"205\">WORD&#160;&#160;&#160; wNumberingStart<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"205\">WORD&#160;&#160;&#160; wNumberingStyle<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"132\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"115\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0a\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0b\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>pfm2(44)<\/p>\n<\/td>\n<td valign=\"top\" width=\"128\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"104\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"102\">wNumberingStart<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"102\">wNumberingStyle<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"76\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"32\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"30\">176<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"30\">178<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"73\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"23\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"21\">2<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"21\">2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"208\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"206\">WORD&#160;&#160;&#160; wNumberingTab<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"206\">WORD&#160;&#160;&#160; wBorderSpace<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"132\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"115\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0a\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0b\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>pfm2(45)<\/p>\n<\/td>\n<td valign=\"top\" width=\"129\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"104\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"102\">wNumberingTab<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"102\">wBorderSpace<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"77\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"32\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"30\">180<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"30\">182<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"75\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"23\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"21\">2<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"21\">2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"240\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"206\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"204\">WORD&#160;&#160;&#160; wBorderWidth<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"204\">WORD&#160;&#160;&#160; wBorders<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"132\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"115\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0a\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"113\">\u4e0b\u4f4d\u30ef\u30fc\u30c9<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>pfm2(46)<\/p>\n<\/td>\n<td valign=\"top\" width=\"123\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"104\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"102\">wBorderWidth<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"102\">wBorders<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"76\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"32\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"30\">184<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"30\">186<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<td valign=\"top\" width=\"73\">\n<table cellspacing=\"0\" cellpadding=\"2\" width=\"23\" border=\"1\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"21\">2<\/td>\n<\/tr>\n<tr>\n<td valign=\"top\" width=\"21\">2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&#160;<\/p>\n<p>\u9069\u5f53\u306b\u66f8\u3044\u3066\u307f\u307e\u3057\u305f\u304c\u3001\u3053\u3093\u306a\u611f\u3058\u304b\u306a\u30fb\u30fb\uff1f<\/p>\n<p>\u3042\u3063\u3066\u3044\u308c\u3070\u3044\u3044\u3051\u308c\u3069\u3002<\/p>\n<p>&#160;<\/p>\n<p>\u3093\u30fc\u30fb\u30fb\u3002\u305d\u308c\u3088\u308a\u524d\u306b\u7591\u554f\u306a\u306e\u304c\u3001<\/p>\n<p>PARAFORMAT2 \u69cb\u9020\u4f53\u3092HSP\u3067\u4f7f\u3046\u4eba\u3063\u3066\u5c45\u308b\u306e\u304b\u306a\u3041\u30fb\u30fb\u3002\u306a\u3093\u3066\u3002<\/p>\n<p>\u3082\u3057\u304b\u3057\u3066\u81ea\u5206\u3060\u3051\u304b\u3082\uff1f\u306a\u3093\u3066\u601d\u3044\u307e\u3059\u304c\u3001<\/p>\n<p>\u4e00\u5fdc\u9700\u8981\u304c\u3042\u3063\u305f\u3089\u3044\u3044\u306a\u30fc\u3002\u3068<\/p>\n<p>&#160;<\/p>\n<p>HSP\u3067\u66f8\u304f\u4eba\u3078\u306e\u88dc\u8db3<\/p>\n<p>cbSize \u306f 188 \u30d0\u30a4\u30c8\u3002<\/p>\n<p>\u305d\u308c\u3068\u3001\u30ef\u30fc\u30c9\u30fb\u30d0\u30a4\u30c8\u306e\u66f8\u304d\u8fbc\u307f\u306f\u3001<\/p>\n<p>wpoke \u3068\u304b poke \u3068\u304b\u4f7f\u3046\u3068\u697d\u304b\u3082\u3002<\/p>\n<p>\u9006\u306f wpeek \u3068 peek<\/p>\n<p>&#160;<\/p>\n<p>\u305d\u3093\u306a\u308f\u3051\u3067\u3001\u4e00\u5fdc\u66f8\u3044\u3066\u307f\u308b\u3068\u3001<\/p>\n<p>&#160;<\/p>\n<p>dim pfm2,47<\/p>\n<p>pfm2(0)=188<\/p>\n<p>&#160;<\/p>\n<p>\u3063\u3066\u306a\u304b\u3093\u3058\u3067\u3002<\/p>\n<p>&#160;<\/p>\n<p>\u305d\u3093\u306a\u308f\u3051\u3067\u3001<\/p>\n<p>\u30fb\u9593\u9055\u3044\u3092\u767a\u898b\u3057\u305f\u4eba<\/p>\n<p>-&gt; \u3059\u3050\u306b\u6559\u3048\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n<p>\u30fb\u3053\u308c\u3092\u898b\u3066\u66f8\u304f\u4eba<\/p>\n<p>-&gt; \u5c11\u3057\u3067\u3082\u751f\u304b\u305b\u308c\u3070\u5e78\u3044\u3067\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u306a\u3093\u3067\u3053\u3046C++ \u3067\u66f8\u304b\u306a\u304b\u3063\u305f\u306e\u3060\u3068\u601d\u3046\u3068\u3053\u308d\u3067\u306f\u3042\u308a\u307e\u3059\u304c\u3001 \u3057\u3087\u3046\u304c\u306a\u3044\u306e\u3067SDK\u306eRichedit.h \u306b\u66f8\u3044\u3066\u3042\u3063\u305f\u306e\u3092HSP\u98a8\u306b\u89e3\u91c8 &#160; &#8212;&#8212;&#8212;&#8212;&#038;# [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,10,15,7],"tags":[583,344,345],"class_list":["post-627","post","type-post","status-publish","format-standard","hentry","category-c_cpp","category-hsp","category-windows","category-dev","tag-hsp","tag-paraformat2","tag-345"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/mimumimu.net\/blog\/wp-json\/wp\/v2\/posts\/627","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mimumimu.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mimumimu.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mimumimu.net\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mimumimu.net\/blog\/wp-json\/wp\/v2\/comments?post=627"}],"version-history":[{"count":0,"href":"https:\/\/mimumimu.net\/blog\/wp-json\/wp\/v2\/posts\/627\/revisions"}],"wp:attachment":[{"href":"https:\/\/mimumimu.net\/blog\/wp-json\/wp\/v2\/media?parent=627"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mimumimu.net\/blog\/wp-json\/wp\/v2\/categories?post=627"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mimumimu.net\/blog\/wp-json\/wp\/v2\/tags?post=627"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}