True if :data:`~windows.generated_def.ALPC_MESSAGE_SECURITY_ATTRIBUTE` is a ValidAttributes
(self)
| 101 | |
| 102 | @property |
| 103 | def security_is_valid(self): # Change the name ? |
| 104 | """True if :data:`~windows.generated_def.ALPC_MESSAGE_SECURITY_ATTRIBUTE` is a ValidAttributes""" |
| 105 | return self.attributes.is_valid(gdef.ALPC_MESSAGE_SECURITY_ATTRIBUTE) |
| 106 | |
| 107 | @property |
| 108 | def handle_is_valid(self): # Change the name ? |