Q&A

  • 포인터선언 질문있습니다
다음과 같은 포인터를 api에서 사용하려고 하는데요,

델파이에서는 어떻게 선언해야 합니까 ?



POINT FAR *ppt



아래는 Parameters의 설명 입니다



ppt



Pointer to a POINT structure that receives the position of the item's upper-left corner, in view coordinates.



1  COMMENTS
  • Profile
    최용일 2001.04.03 22:02
    var

    PPT: PPoint;



    손대지 wrote:

    > 다음과 같은 포인터를 api에서 사용하려고 하는데요,

    > 델파이에서는 어떻게 선언해야 합니까 ?

    >

    > POINT FAR *ppt

    >

    > 아래는 Parameters의 설명 입니다

    >

    > ppt

    >

    > Pointer to a POINT structure that receives the position of the item's upper-left corner, in view coordinates.

    >