Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Gets the line information associated with an offset. If the offset parameter (dwOffset) is not a sequence point, this method gets the line information associated with the previous offset.
Syntax
HRESULT GetLineFromOffset(
[in] ULONG32 dwOffset,
[out] ULONG32* pline,
[out] ULONG32* pcolumn,
[out] ULONG32* pendLine,
[out] ULONG32* pendColumn,
[out] ULONG32* pdwStartOffset);
Parameters
dwOffset
[in] A ULONG32 that contains the offset.
pline
[out] A pointer to a ULONG32 that receives the line.
pcolumn
[out] A pointer to a ULONG32 that receives the column.
pendLine
[out] A pointer to a ULONG32 that receives the end line.
pendColumn
[out] A pointer to a ULONG32 that receives the end column.
pdwStartOffset
[out] A pointer to a ULONG32 that receives the associated sequence point.
Return Value
S_OK if the method succeeds; otherwise, E_FAIL or some other error code.
Requirements
Header: CorSym.idl, CorSym.h