| 48 | obj_valid_attributes = 0x00001FF2 |
| 49 | |
| 50 | class ClientId(Structure): |
| 51 | _fields_ = [("ProcessId", c_uint64), |
| 52 | ("ThreadId", c_uint64)] |
| 53 | |
| 54 | class Beeper: |
| 55 | def __init__(self, kb): |
nothing calls this directly
no outgoing calls
no test coverage detected