Package ctypes :: Module wintypes :: Class WIN32_FIND_DATAW
[hide private]
[frames] | no frames]

Class WIN32_FIND_DATAW

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   WIN32_FIND_DATAW

Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__

Class Variables [hide private]
  _fields_ = [("dwFileAttributes", DWORD), ("ftCreationTime", FI...
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Class Variable Details [hide private]

_fields_

Value:
[("dwFileAttributes", DWORD), ("ftCreationTime", FILETIME), ("ftLastAc\
cessTime", FILETIME), ("ftLastWriteTime", FILETIME), ("nFileSizeHigh",\
 DWORD), ("nFileSizeLow", DWORD), ("dwReserved0", DWORD), ("dwReserved\
1", DWORD), ("cFileName", c_wchar* MAX_PATH), ("cAlternameFileName", c\
_wchar* 14)]