SEM_NOALIGNMENTFAULTEXCEPT top-level constant

int const SEM_NOALIGNMENTFAULTEXCEPT

The system automatically fixes memory alignment faults and makes them invisible to the application. It does this for the calling process and any descendant processes. This feature is only supported by certain processor architectures.

Implementation

const SEM_NOALIGNMENTFAULTEXCEPT = 0x0004;