94596 posts 32 follows 447 followers
おもに東海道らぐ実況とかのコミュニティ活動用
shimada@inari.opencocon.org (メイン, 開発用),
wishlist http://amzn.asia/1GYghhC
https://docs.microsoft.com/en-us/windows/win32/learnwin32/windows-coding-conventions#pointer-types
> On 16-bit architectures (16-bit Windows) there are 2 types of pointers, P for "pointer" and LP stands for "long pointer". Long pointers (also called far pointers) were needed to address memory ranges outside of the current segment. The LP prefix has been preserved to make it easier to port 16-bit code to 32-bit Windows. Today there is no distinction, and these pointer types are all equivalent. Avoid using these prefixes; or if you must use one, then use P.