RCDATA Begins on 32-Bit Boundary in Win32Last reviewed: November 2, 1995Article ID: Q84081 |
The information in this article applies to:
RCDATA is guaranteed to begin on a DWORD boundary. However, the strings and the integers specified in the statement are not aligned by the Resource Compiler (RC)
RCDATA statement: resname RCDATA BEGIN 0,0, ENDThe definition of RCDATA is not changed. The strings and integers specified in the statement, 0 in this case, are not aligned on the DWORD boundary. However, the beginning of the data is DWORD-aligned.
|
Additional reference words: 3.10 3.50 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |