Package winappdbg :: Package win32 :: Module kernel32 :: Class BY_HANDLE_FILE_INFORMATION
[hide private]
[frames] | no frames]

Class BY_HANDLE_FILE_INFORMATION

source code


Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _fields_ = [('dwFileAttributes', <class 'ctypes.c_ulong'>), ('...
  dwFileAttributes = <Field type=c_ulong, ofs=0, size=4>
  dwVolumeSerialNumber = <Field type=c_ulong, ofs=28, size=4>
  ftCreationTime = <Field type=FILETIME, ofs=4, size=8>
  ftLastAccessTime = <Field type=FILETIME, ofs=12, size=8>
  ftLastWriteTime = <Field type=FILETIME, ofs=20, size=8>
  nFileIndexHigh = <Field type=c_ulong, ofs=44, size=4>
  nFileIndexLow = <Field type=c_ulong, ofs=48, size=4>
  nFileSizeHigh = <Field type=c_ulong, ofs=32, size=4>
  nFileSizeLow = <Field type=c_ulong, ofs=36, size=4>
  nNumberOfLinks = <Field type=c_ulong, ofs=40, size=4>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('dwFileAttributes', <class 'ctypes.c_ulong'>),
 ('ftCreationTime', <class 'winappdbg.win32.kernel32.FILETIME'>),
 ('ftLastAccessTime', <class 'winappdbg.win32.kernel32.FILETIME'>),
 ('ftLastWriteTime', <class 'winappdbg.win32.kernel32.FILETIME'>),
 ('dwVolumeSerialNumber', <class 'ctypes.c_ulong'>),
 ('nFileSizeHigh', <class 'ctypes.c_ulong'>),
 ('nFileSizeLow', <class 'ctypes.c_ulong'>),
 ('nNumberOfLinks', <class 'ctypes.c_ulong'>),
...