AcxTargetPinFlushModeDataFormatListCache 함수(acxtargets.h)
AcxTargetPinFlushModeDataFormatListCache 함수는 지정된 대상 핀에 대한 모드 데이터 형식 목록 캐시를 플러시합니다.
구문
NTSTATUS AcxTargetPinFlushModeDataFormatListCache(
[in] ACXTARGETPIN TargetPin,
[in, optional] const GUID *SignalProcessingMode
);
매개 변수
[in] TargetPin
모드 데이터 형식 목록 캐시를 플러시할 대상 핀입니다.
[in, optional] SignalProcessingMode
TargetPin의 선택적 신호 처리 모드입니다.
반환 값
호출에 성공하면 를 반환합니다 STATUS_SUCCESS
. 그렇지 않으면 적절한 오류 코드를 반환합니다. 자세한 내용은 NTSTATUS 값 사용을 참조하세요.
설명
예제
예제 사용법은 다음과 같습니다.
...
_In_ ACXTARGETCIRCUIT TargetCircuit,
_In_ ULONG TargetPinId
)
...
//
// Flush the target data-format cache.
//
AcxTargetPinFlushModeDataFormatListCache(
AcxTargetCircuitGetTargetPin(TargetCircuit, TargetPinId),
NULL);
ACX 요구 사항
최소 ACX 버전: 1.1
ACX 버전에 대한 자세한 내용은 ACX 버전 개요를 참조하세요.
요구 사항
요구 사항 | 값 |
---|---|
헤더 | acxtargets.h |
IRQL | PASSIVE_LEVEL |