- May
- 13,723
- 209
A few questions about QueryInputChar() ...
Is it case insensitive, both in pszMask and in the actual input?
Are non-alphanumerics in pszMask ignored? For example, does L"Y/N" mean only yYnN are acceptable?
Does it always *return* the uppercase version of the character that was entered?
Is it case insensitive, both in pszMask and in the actual input?
Are non-alphanumerics in pszMask ignored? For example, does L"Y/N" mean only yYnN are acceptable?
Does it always *return* the uppercase version of the character that was entered?