> + DosGetInfoBlocks (NULL, &ppib); Reliability: Please don't ignore the return value of DosGetInfoBlocks.
Also, if possible, can you please add a comment with the URL of the specification of DosGetInfoBlocks? Future readers of this code should be able to understand its parameters. Bruno