The :data:`~windows.generated_def.ALPC_MESSAGE_HANDLE_ATTRIBUTE` of the message: :type: :class:`ALPC_HANDLE_ATTR`
(self)
| 87 | |
| 88 | @property |
| 89 | def handle_attribute(self): |
| 90 | """The :data:`~windows.generated_def.ALPC_MESSAGE_HANDLE_ATTRIBUTE` of the message: |
| 91 | |
| 92 | :type: :class:`ALPC_HANDLE_ATTR` |
| 93 | """ |
| 94 | return self.attributes.get_attribute(gdef.ALPC_MESSAGE_HANDLE_ATTRIBUTE) |
| 95 | |
| 96 | ## Low level validity check (Test) |
| 97 | @property |
nothing calls this directly
no test coverage detected