The :data:`~windows.generated_def.ALPC_MESSAGE_CONTEXT_ATTRIBUTE` of the message: :type: :class:`ALPC_CONTEXT_ATTR`
(self)
| 79 | |
| 80 | @property |
| 81 | def context_attribute(self): |
| 82 | """The :data:`~windows.generated_def.ALPC_MESSAGE_CONTEXT_ATTRIBUTE` of the message: |
| 83 | |
| 84 | :type: :class:`ALPC_CONTEXT_ATTR` |
| 85 | """ |
| 86 | return self.attributes.get_attribute(gdef.ALPC_MESSAGE_CONTEXT_ATTRIBUTE) |
| 87 | |
| 88 | @property |
| 89 | def handle_attribute(self): |
nothing calls this directly
no test coverage detected