回复 3楼 吹水佬
PARAFORMAT2 STRUCT
cbSize DWORD ?
dwMask DWORD ?
wNumbering WORD ?
wEffects WORD ?
dxStartIndent DWORD ?
dxRightIndent DWORD ?
dxOffset DWORD ?
wAlignment WORD ?
cTabCount WORD ?
rgxTabs DWORD MAX_TAB_STOPS dup(?)
dySpaceBefore DWORD ?
dySpaceAfter DWORD ?
dyLineSpacing DWORD ?
sStyle WORD ?
bLineSpacingRule BYTE ?
bOutlineLevel BYTE ?
wShadingWeight WORD ?
wShadingStyle WORD ?
wNumberingStart WORD ?
wNumberingStyle WORD ?
wNumberingTab WORD ?
wBorderSpace WORD ?
wBorderWidth WORD ?
wBorders WORD ?
PARAFORMAT2 ENDS
MAX_TAB_STOPS = 32
可以用BINTOC()转换,BINTOC(num,"xRS") x:1(BYTE)或2(WORD)或4(DWORD)
请问:结构长度188是怎么算出来的?
PARAFORMAT2 STRUCT
cbSize DWORD ?
dwMask DWORD ?
wNumbering WORD ?
wEffects WORD ?
dxStartIndent DWORD ?
dxRightIndent DWORD ?
dxOffset DWORD ?
wAlignment WORD ?
cTabCount WORD ?
rgxTabs DWORD MAX_TAB_STOPS dup(?)
dySpaceBefore DWORD ?
dySpaceAfter DWORD ?
dyLineSpacing DWORD ?
sStyle WORD ?
bLineSpacingRule BYTE ?
bOutlineLevel BYTE ?
wShadingWeight WORD ?
wShadingStyle WORD ?
wNumberingStart WORD ?
wNumberingStyle WORD ?
wNumberingTab WORD ?
wBorderSpace WORD ?
wBorderWidth WORD ?
wBorders WORD ?
PARAFORMAT2 ENDS
MAX_TAB_STOPS = 32
可以用BINTOC()转换,BINTOC(num,"xRS") x:1(BYTE)或2(WORD)或4(DWORD)
请问:结构长度188是怎么算出来的?