The :data:`~windows.generated_def.ALPC_MESSAGE_VIEW_ATTRIBUTE` of the message: :type: :class:`ALPC_DATA_VIEW_ATTR`
(self)
| 71 | |
| 72 | @property |
| 73 | def view_attribute(self): |
| 74 | """The :data:`~windows.generated_def.ALPC_MESSAGE_VIEW_ATTRIBUTE` of the message: |
| 75 | |
| 76 | :type: :class:`ALPC_DATA_VIEW_ATTR` |
| 77 | """ |
| 78 | return self.attributes.get_attribute(gdef.ALPC_MESSAGE_VIEW_ATTRIBUTE) |
| 79 | |
| 80 | @property |
| 81 | def context_attribute(self): |
nothing calls this directly
no test coverage detected