Ok, I've got a question about the API. In a book that I am reading, it says that all strings that are passed to an API function need to have a null terminated character appened to the end of the string. Here's my dilemma, in all of his examples he does not do this? So when would I want to append the String with the null character? Just need some clarification