2009/9/13 Mike Kaplinskiy mike.kaplinskiy@gmail.com:
Actually it does dereference something, if you think of dmFormName being an int (not a pointer), then you would be subtracting an address from a random value.
If it were an int, sure, but "dmFormName" is a WCHAR array.