Ignore:
Timestamp:
Nov 21, 2013, 10:11:00 PM (12 years ago)
Author:
bird
Message:

Some unlink(), rmdir() and kmk_rm optimizations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/nthlp.h

    r2704 r2713  
    5959                              ULONG fCreateDisposition, ULONG fCreateOptions, ULONG fObjAttribs,
    6060                              MY_UNICODE_STRING *pNameUniStr);
     61MY_NTSTATUS birdOpenFileUniStr(MY_UNICODE_STRING *pNtPath, ACCESS_MASK fDesiredAccess, ULONG fFileAttribs,
     62                               ULONG fShareAccess, ULONG fCreateDisposition, ULONG fCreateOptions, ULONG fObjAttribs,
     63                               HANDLE *phFile);
    6164void        birdCloseFile(HANDLE hFile);
     65int         birdDosToNtPath(const char *pszPath, MY_UNICODE_STRING *pNtPath);
    6266void        birdFreeNtPath(MY_UNICODE_STRING *pNtPath);
    6367
Note: See TracChangeset for help on using the changeset viewer.