API_KeyType
키를 설명합니다.
typedef struct { API_ListData_Head head; char code[API_DBCodeLen]; char name[API_DBNameLen]; Int32 filler_1[8]; } API_KeyType;
멤버
- head
- type, setIndex, index를 포함하는 헤더 정보를 포함합니다.
- code
- 코드 문자열입니다. 이 멤버는 API_ComponentType과 API_DescriptorType structure의
keycode
멤버와 같습니다. - name
- 키의 이름입니다.
설명
이 structure는 리스팅 데이터베이스에서 키를 가져오거나 검색할 때 사용합니다. ACAPI_ListData_Get과 ACAPI_ListData_Search 함수들을 보십시오.
요구사항
- 버전: API 2.1 또는 이후
- 헤더: APIdefs_ListData.h