Share via


IAgentPropertySheet::GetSize

[Microsoft 에이전트는 Windows 7을 기준으로 더 이상 사용되지 않으며 이후 버전의 Windows에서는 사용할 수 없습니다.]

HRESULT GetSize(
   long * plWidth,  // address of variable for property sheet width
   long * plHeight  // address of variable for property sheet height
);

Microsoft 에이전트 속성 시트 창의 크기를 검색합니다.

  • 작업이 성공했음을 나타내는 S_OK 반환합니다.

plWidth

화면 원점(왼쪽 위)을 기준으로 속성 시트의 너비를 픽셀 단위로 받는 변수의 주소입니다.

plHeight

화면 원점(왼쪽 위)을 기준으로 속성 시트의 높이를 픽셀 단위로 받는 변수의 주소입니다.

참고 항목

IAgentPropertySheet::GetPosition