CompuServe Messages

AnchorPath

    24-Jul-94 12:57:03
Sb: #41931-AnchorPath
Fm: Peter Wade 100265,2740
To: Bart Mathias 72017,1005
> 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