Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.2 KiB

  1. #include <windows.h>
  2. void
  3. IteratePathUnderlying(
  4. WCHAR * path, /* in -path to start iterating from */
  5. void * args, /* in -translation settings */
  6. void * stats, /* in -stats (to display pathnames & pass to ResolveSD) */
  7. void * LC, /* in -last container */
  8. void * LL, /* in -last file */
  9. BOOL haswc /* in -indicates whether path contains a wc character */
  10. );
  11. UINT
  12. IteratePathUnderlyingNoObjUnwinding(
  13. WCHAR * path, /* in -path to start iterating from */
  14. void * args, /* in -translation settings */
  15. void * stats, /* in -stats (to display pathnames & pass to ResolveSD) */
  16. void * LC, /* in -last container */
  17. void * LL, /* in -last file */
  18. BOOL haswc, // in -indicates whether path contains a wc character
  19. BOOL * logError
  20. );