このページを編集する際は、編集に関する方針に従ってください。
#define PointerIsValid(pointer) ((void*)(pointer) != NULL)
* PointerIsValid * True iff pointer is valid.