True if :data:`~windows.generated_def.ALPC_MESSAGE_HANDLE_ATTRIBUTE` is a ValidAttributes
(self)
| 106 | |
| 107 | @property |
| 108 | def handle_is_valid(self): # Change the name ? |
| 109 | """True if :data:`~windows.generated_def.ALPC_MESSAGE_HANDLE_ATTRIBUTE` is a ValidAttributes""" |
| 110 | return self.attributes.is_valid(gdef.ALPC_MESSAGE_HANDLE_ATTRIBUTE) |
| 111 | |
| 112 | @property |
| 113 | def context_is_valid(self): # Change the name ? |