|
|
|
|
|
by osullivj
1505 days ago
|
|
I remember the lpsz vars: long pointer to string zero terminated. What's the W for this? I'm guessing Simonyi's Hungarian Notation was for early C compilers that didn't have function prototype decls? Younger HNers may not remember early C compilers where function declarations just declared the return type, not the parameters. |
|