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 _
)
這個頁面有幫助嗎?