A Structure Template Can Be Referenced in a MASM Program (74924)
The information in this article applies to:
- Microsoft Macro Assembler (MASM) 6.0
This article was previously published under Q74924 SUMMARY
With the Microsoft Macro Assembler (MASM), if a structure type is
declared but no instance of the structure is ever defined, the
assembler will still permit access to the structure.
This is expected behavior for the assembler. A reference to a
structure field in this manner is equivalent to taking the offset of
the field from the beginning of the structure.
Modification Type: | Major | Last Reviewed: | 10/22/2003 |
---|
Keywords: | KB74924 |
---|
|