getColumnNumber Method (C/C++)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

getColumnNumber Method (C/C++)

Returns the column number where the current document event ends.

This is the number of the first character after the text associated with the document event. The getColumnNumber method is permitted to show position within the text associated with the text event.

Syntax

HRESULT getColumnNumber(
   [out, retval] int * pnColumn);

Parameters

pnColumn [out, retval]
The column number (the first column in a line is #1). The pnColumn is –1 if the Locator object is not associated with some source input or a position within the source input.

Return Values

S_OK
The value returned if column number returned successfully.

See Also

getLineNumber Method (C/C++)

Applies to: ISAXLocator Interface