Changeset 234 for trunk/include/helpers


Ignore:
Timestamp:
Dec 9, 2002, 9:15:24 PM (23 years ago)
Author:
umoeller
Message:

Minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dosh.h

    r229 r234  
    578578    APIRET doshSetPathAttr(const char* pcszFile,
    579579                           ULONG ulAttr);
     580
     581    PBYTE doshFindEAValue(PFEA2LIST pFEA2List2,
     582                          PCSZ pcszEAName,
     583                          PUSHORT pcbValue);
     584
     585    BOOL doshQueryLongname(PFEA2LIST pFEA2List2,
     586                           PSZ pszLongname,
     587                           PULONG pulNameLen);
    580588
    581589    /* ******************************************************************
Note: See TracChangeset for help on using the changeset viewer.