|
_fields_ = [ ( ' cb ' , <class 'ctypes.c_ulong'>) , ( ' lpReserved ' , <...
|
|
cb = <Field type=c_ulong, ofs=0, size=4>
|
|
cbReserved2 = <Field type=c_ushort, ofs=50, size=2>
|
|
dwFillAttribute = <Field type=c_ulong, ofs=40, size=4>
|
|
dwFlags = <Field type=c_ulong, ofs=44, size=4>
|
|
dwX = <Field type=c_ulong, ofs=16, size=4>
|
|
dwXCountChars = <Field type=c_ulong, ofs=32, size=4>
|
|
dwXSize = <Field type=c_ulong, ofs=24, size=4>
|
|
dwY = <Field type=c_ulong, ofs=20, size=4>
|
|
dwYCountChars = <Field type=c_ulong, ofs=36, size=4>
|
|
dwYSize = <Field type=c_ulong, ofs=28, size=4>
|
|
hStdError = <Field type=c_void_p, ofs=64, size=4>
|
|
hStdInput = <Field type=c_void_p, ofs=56, size=4>
|
|
hStdOutput = <Field type=c_void_p, ofs=60, size=4>
|
|
lpDesktop = <Field type=c_char_p, ofs=8, size=4>
|
|
lpReserved = <Field type=c_char_p, ofs=4, size=4>
|
|
lpReserved2 = <Field type=c_void_p, ofs=52, size=4>
|
|
lpTitle = <Field type=c_char_p, ofs=12, size=4>
|
|
wShowWindow = <Field type=c_ushort, ofs=48, size=2>
|