Wednesday, August 18, 2010

Windows Security Model

Good overview (PPT, in Japanese)
Access Token
SSPI 入門 (サンプル

Thursday, August 5, 2010

Wednesday, July 7, 2010

Reading const

From: http://stackoverflow.com/questions/487048/difference-between-const-declarations-in-c

I always keep in mind this easy rule: const always applies on the thing at the immediate left of it, if this thing doesn't exists, it applies to the thing on the immediate right.