The GetCurrentLine method returns the current line of the parser, in case of a warning or error during Finish().
HRESULT GetCurrentLine (
[out, retval] ULONG* pcLine
);
pcLine
Pointer to ULONG to receive the line
Parse warnings and errors are sent during Finish(), when the client may be looking at </style>, for example. This method returns the offset in lines from the beginning of the CSS data. The line number is not always available.
© 2000 Microsoft Corporation. All rights reserved. Terms of use.