by Michael S. Kaplan, published on 2005/12/06 15:54 -05:00, original URI: http://blogs.msdn.com/b/michkap/archive/2005/12/06/500690.aspx
(this post is a blatant attempt to overcome writer's block by appealing to my readers!)
I have to write some useful examples that show a particular NLS API function in action. You know, so people will know why they should use it, and perhaps also how.
The function is FindNLSString, the one I have talked about previously here.
Now I have always had trouble with the Platform SDK samples, because there is so much code there that it can be hard to distill from a full sample the small bit you want to use. This is even harder with NLS functions since you may not know how to type all the characters you wanted to test out with. So I think a conceptual topic may be clearer in this case.
The trouble now is that I cannot think of examples to give in the conceptual topic.
So, before I jump in and just start writing example calls, does anyone have any thoughts on what they would like to see in a conceptual topic on using the FindNLSString function? :-)
# Michael S. Kaplan on 12 Dec 2005 4:19 PM: