Windows2003-3790/admin/admt/workobj/sdresolv_stkoflw.h

24 lines
1.2 KiB
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#include <windows.h>
void
IteratePathUnderlying(
WCHAR * path, /* in -path to start iterating from */
void * args, /* in -translation settings */
void * stats, /* in -stats (to display pathnames & pass to ResolveSD) */
void * LC, /* in -last container */
void * LL, /* in -last file */
BOOL haswc /* in -indicates whether path contains a wc character */
);
UINT
IteratePathUnderlyingNoObjUnwinding(
WCHAR * path, /* in -path to start iterating from */
void * args, /* in -translation settings */
void * stats, /* in -stats (to display pathnames & pass to ResolveSD) */
void * LC, /* in -last container */
void * LL, /* in -last file */
BOOL haswc, // in -indicates whether path contains a wc character
BOOL * logError
);