ACX_VOLUME_CALLBACKS_INIT 함수(acxelements.h)
ACX_VOLUME_CALLBACKS_INIT 함수는 ACX_VOLUME_CALLBACKS 구조를 초기화합니다.
구문
void ACX_VOLUME_CALLBACKS_INIT(
PACX_VOLUME_CALLBACKS Callbacks
);
매개 변수
Callbacks
초기화된 ACX_VOLUME_CALLBACKS 구조체에 대한 포인터입니다.
반환 값
없음
설명
예제
사용 예제는 다음과 같습니다.
ACX_VOLUME_CALLBACKS volumeCallbacks;
ACX_VOLUME_CALLBACKS_INIT(&volumeCallbacks);
ACX 요구 사항
최소 ACX 버전: 1.0
ACX 버전에 대한 자세한 내용은 ACX 버전 개요를 참조하세요.
요구 사항
요구 사항 | 값 |
---|---|
헤더 | acxelements.h |
추가 정보
- [acxelements.h 헤더] (index.md)