Process Pool Demo: Difference between revisions

m
Typo fix
m (Links)
m (Typo fix)
Line 232: Line 232:
     // Finally it calls ProcessImageFileName to see if that is one of the
     // Finally it calls ProcessImageFileName to see if that is one of the
     // processes running for THIS WebApp. However ProcessImageFileName
     // processes running for THIS WebApp. However ProcessImageFileName
     // returns a file-path statring with the disk identifer in the slightly
     // returns a file-path starting with the disk identifer in the slightly
     // odd form "\DEVICE\HARDDISKVOLUMEn" (n is "1" for my C: drive), so we
     // odd form "\DEVICE\HARDDISKVOLUMEn" (n is "1" for my C: drive), so we
     // strip that off and also strip off the "C:\", or whatever, from the
     // strip that off and also strip off the "C:\", or whatever, from the