subcycle.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 0k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. /*
  2.  * subcycle.h - Subtree cycle detection routines description.
  3.  */
  4. /* Prototypes
  5.  *************/
  6. /* subcycle.c */
  7. extern void BeginTranslateFolder(PFOLDERPAIR);
  8. extern void EndTranslateFolder(PFOLDERPAIR);
  9. extern TWINRESULT CheckForSubtreeCycles(HPTRARRAY, HPATH, HPATH, HSTRING);