หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the number of the column at which the XML validation error occurred.
Syntax
HRESULT GetColumnNumber
([out, retval] ULONG* pColumnNumber)
;
Parameters
pColumnNumber
[out] A pointer to the number of the column at which the XML validation error occurred.
Return Value
The following table describes possible return values.
| Return Value | Description |
|---|---|
S_OK |
The function successfully returned the column number. |
E_POINTER |
Indicates an invalid pointer. |