IASEditBox::get_MaxChars

This method gets the maximum number of characters allowed in the edit box.

Syntax

HRESULT get_MaxChars( short *pwcchMax );

Parameters

pwcchMax
[out] Pointer to a short integer that contains the maximum number of characters in the edit box.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid.