MCPcopy Create free account
hub / github.com/enthought/comtypes / PTR

Function PTR

comtypes/tools/tlbparser.py:18–19  ·  view source on GitHub ↗
(typ)

Source from the content-addressed store, hash-verified

16
17
18def PTR(typ):
19 return typedesc.PointerType(typ, sizeof(c_void_p) * 8, alignment(c_void_p) * 8)
20
21
22# basic C data types, with size and alignment in bits

Callers 2

tlbparser.pyFile · 0.85
make_typeMethod · 0.85

Calls 1

PointerTypeMethod · 0.80

Tested by

no test coverage detected