Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
The following table shows macro values that are used to describe memory alignments.
| Value | Description |
|---|---|
FILE_BYTE_ALIGNMENT |
Indicates that memory is aligned by bytes. |
FILE_WORD_ALIGNMENT |
Indicates that memory is aligned by words. |
FILE_LONG_ALIGNMENT |
Indicates that memory is aligned by longs. |
FILE_QUAD_ALIGNMENT |
Indicates that memory is aligned by quads. |
FILE_OCTA_ALIGNMENT |
Indicates that memory is aligned by octets. |
FILE_32_BYTE_ALIGNMENT |
Indicates that memory is aligned in blocks of 32 bytes. |
FILE_64_BYTE_ALIGNMENT |
Indicates that memory is aligned in blocks of 64 bytes. |
FILE_128_BYTE_ALIGNMENT |
Indicates that memory is aligned in blocks of 128 bytes. |
FILE_256_BYTE_ALIGNMENT |
Indicates that memory is aligned in blocks of 256 bytes. |
FILE_512_BYTE_ALIGNMENT |
Indicates that memory is aligned in blocks of 512 bytes. |
Requirements
| Header | camera.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |