HRESULT SetCharParams(
int Position,
int Count,
ICharParams* Params,
int CharFlagMask,
int StyleFlagMask
);
void SetCharParams(
int Position,
int Count,
ICharParams Params,
int CharFlagMask,
int StyleFlagMask
);
Sub SetCharParams( _
Position As Integer, _
Count As Integer, _
Params As ICharParams, _
CharFlagMask As Integer, _
StyleFlagMask As Integer _
)
이 페이지가 도움이 되었나요?