Graphisoft®

API Development KitVersion: 18

API_ListData_Head

모든 리스팅 컴포넌트 타입과 관련된 공통 정보를 포함합니다.

    typedef struct {
        API_ListDataID     typeID;
        Int32              setIndex;
        Int32              index;
        Int32              filler_1;
    } API_ListData_Head;

 

멤버

typeID
listdata의 타입입니다.
setIndex
구성요소가 있는 세트의 인덱스입니다.
index
세트 내 listdata의 인덱스입니다.

 

설명

이 structure는 listdata에 대한 일반적인 정보를 포함합니다. ACAPI_ListData_Get, ACAPI_ListData_GetLocal, ACAPI_ListData_Search 함수들을 보십시오.

아래에서 list data의 타입들을 찾을 수 있습니다:

API_ListDataID

설명

API_ZombieListDataID

dummy 값 (0)

API_KeyID

key listdata를 의미함

API_UnitID

unit listdata를 의미함

API_ComponentID

component listdata를 의미함

API_DescriptorID

descriptor listdata를 의미함

 

요구사항

버전: API 2.1 또는 이후
헤더: APIdefs_ListData.h

 

참고사항

API_ListDataID, API_ListData,
리스팅 관리자, API 타입