Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 351 Bytes

dot-comdef.md

File metadata and controls

14 lines (7 loc) · 351 Bytes

Asmc Macro Assembler Reference

.COMDEF

.COMDEF name [[ : public class ]]

Declares a structure type for a COM interface.

Unlike .CLASS the default calling convention is set to STDCALL for 32-bit.

See Also

Conditional Control Flow