AnchorPath
> returnvalue = MatchPattern(pat,
> ((struct AnchorPath *)obj->ap_Info.fib_FileName)
The (struct AnchorPath *) is a typecast. What it means is, treat the
object obj->ap_Info.fib_FileName as if it were a pointer to a struct
AnchorPath.
AnchorPath is a C structure. You will find it defined in
include:dos/dosasl.h, and there is an assembler version of it in
include:dos/dosasl.i
Peter Wade
Autopiloting from London, England