True if :data:`~windows.generated_def.ALPC_MESSAGE_CONTEXT_ATTRIBUTE` is a ValidAttributes
(self)
| 111 | |
| 112 | @property |
| 113 | def context_is_valid(self): # Change the name ? |
| 114 | """True if :data:`~windows.generated_def.ALPC_MESSAGE_CONTEXT_ATTRIBUTE` is a ValidAttributes""" |
| 115 | return self.attributes.is_valid(gdef.ALPC_MESSAGE_CONTEXT_ATTRIBUTE) |
| 116 | |
| 117 | |
| 118 | @property |