isDwordAligned
Short summary
This assertion method checks if pointer is aligned with DWord size.
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| address | PVOID | memory address | input |
| message | AssertMessage | message if the assertion is false | input |
Code
Declaration
METHOD isDwordAligned
VAR_INPUT
(* memory address *)
address :PVOID;
(* message if the assertion is false *)
message :AssertMessage;
END_VAR