Help for this page

Select Code to Download


  1. or download this
    PP(pp_ftis)
    {
    ...
        RETPUSHYES;
    }
    
  2. or download this
    Disassembly of Function _stat64  (0x78018226)
    ;*********************************************************************
    +***********
    ...
    0x780183AF: leave                                       
    0x780183B0: ret                                         
    ;*********************************************************************
    +***********
    
  3. or download this
    typedef struct _WIN32_FIND_DATA {
      DWORD dwFileAttributes;
    ...
      TCHAR cFileName[MAX_PATH];
      TCHAR cAlternateFileName[14];
    } WIN32_FIND_DATA, *PWIN32_FIND_DATA;