(self, kb)
| 506 | |
| 507 | class Sections: |
| 508 | def __init__(self, kb): |
| 509 | self.__kb = kb |
| 510 | |
| 511 | def create_section(self, name, max_size, access, obj_flags, protection, allocation_attributes, hfile): |
| 512 | handle = c_uint64() |
nothing calls this directly
no outgoing calls
no test coverage detected