다음을 통해 공유


ISymUnmanagedMethod::GetSequencePoints 메서드

이 메서드 내의 모든 시퀀스 위치를 가져옵니다.

HRESULT GetSequencePoints(
    [in]  ULONG32  cPoints,
    [out] ULONG32  *pcPoints,
    [in, size_is(cPoints)] ULONG32  offsets[],
    [in, size_is(cPoints)] ISymUnmanagedDocument* documents[],
    [in, size_is(cPoints)] ULONG32  lines[],
    [in, size_is(cPoints)] ULONG32  columns[],
    [in, size_is(cPoints)] ULONG32  endLines[],
    [in, size_is(cPoints)] ULONG32  endColumns[]);

매개 변수

  • cPoints
    [in] offsets, documents, lines, columns, endLines 및 endColumns 배열의 크기를 받는 ULONG32입니다.

  • pcPoints
    [out] 시퀀스 위치를 포함하는 데 필요한 버퍼의 길이를 받는 ULONG32에 대한 포인터입니다.

  • offsets
    [in] 시퀀스 위치에 대한 메서드의 시작 부분에서 MSIL(Microsoft Intermediate Language) 오프셋을 저장할 배열입니다.

  • documents
    [in] 시퀀스 위치가 있는 문서를 저장할 배열입니다.

  • lines
    [in] 시퀀스 위치가 있는 문서의 줄을 저장할 배열입니다.

  • columns
    [in] 시퀀스 위치가 있는 문서의 열을 저장할 배열입니다.

  • endLines
    [in] 시퀀스 위치가 끝나는 문서의 줄 배열입니다.

  • endColumns
    [in] 시퀀스 위치가 끝나는 문서의 열 배열입니다.

반환 값

메서드가 성공하면 S_OK를 반환하고, 그렇지 않으면 E_FAIL 또는 기타 오류 코드를 반환합니다.

요구 사항

헤더: CorSym.idl, CorSym.h

참고 항목

참조

ISymUnmanagedMethod 인터페이스