C++
Adesk::Int32 match( const wchar_t * pwsz ) const;
Description
Returns the number of characters that match a string of wide characters.
Parameters
Parameters | Description |
---|---|
pwsz | Input pointer to the string of characters |
Returns
Number of characters that match pwsz.
Links
Previous Declaration
AutoCAD 2024 and earlier
ACBASE_PORT int match(const wchar_t *pwsz) const;
History
AutoCAD 2025
Function now returns Adesk::Int32 instead of int.