True if :data:`~windows.generated_def.ALPC_MESSAGE_VIEW_ATTRIBUTE` is a ValidAttributes
(self)
| 96 | ## Low level validity check (Test) |
| 97 | @property |
| 98 | def view_is_valid(self): # Change the name ? |
| 99 | """True if :data:`~windows.generated_def.ALPC_MESSAGE_VIEW_ATTRIBUTE` is a ValidAttributes""" |
| 100 | return self.attributes.is_valid(gdef.ALPC_MESSAGE_VIEW_ATTRIBUTE) |
| 101 | |
| 102 | @property |
| 103 | def security_is_valid(self): # Change the name ? |