IASEditBox::get_NumChars

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

Syntax

HRESULT get_NumChars( short *pwcch );

Parameters

pwcch
[out] Pointer to the number of characters in the edit box.

Return Values

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