Sunday, February 23, 2014

Long Pointer (LP)

Strings are usually named as lp (e.g lpStr1) as they really point to memory location where the strings start.  LP is 32-bit.  P (pointer) is same as LP in 32-bit systems.  They only make a difference in 16-bit system.

No comments: