The :data:`~windows.generated_def.ALPC_MESSAGE_SECURITY_ATTRIBUTE` of the message :type: :class:`ALPC_SECURITY_ATTR`
(self)
| 63 | ## Low level attributes access |
| 64 | @property |
| 65 | def security_attribute(self): |
| 66 | """The :data:`~windows.generated_def.ALPC_MESSAGE_SECURITY_ATTRIBUTE` of the message |
| 67 | |
| 68 | :type: :class:`ALPC_SECURITY_ATTR` |
| 69 | """ |
| 70 | return self.attributes.get_attribute(gdef.ALPC_MESSAGE_SECURITY_ATTRIBUTE) |
| 71 | |
| 72 | @property |
| 73 | def view_attribute(self): |
nothing calls this directly
no test coverage detected