SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » Base E32_EKA2 » __Align
Location: e32const.h
e32const.h
__Align
__Align (s) ((((s)+__Size-1)/__Size)*__Size)
Aligns the specified value on the boundary defined by __Size. This is usually 4 for byte alignment or 2 for double-byte alignment.
s
The value to be aligned.
Copyright ©2008 Symbian Software Ltd.