What does the 'k' prefix indicate in Apple's APIs? [duplicate]
Solution 1:
The k means constant in hungarian notation... see Lower case "k" in Cocoa.
Solution 2:
This is a naming convention from the early days of macintosh programming. It indicates a constant.