다음을 통해 공유


PFN_CERT_STORE_PROV_CONTROL 콜백 함수(wincrypt.h)

CertStoreProvControl 콜백 함수는 CertControlStore API를 지원합니다. 모든 API의 매개 변수는 콜백으로 바로 전달됩니다. 자세한 내용은 CertControlStore를 참조하세요.

구문

PFN_CERT_STORE_PROV_CONTROL PfnCertStoreProvControl;

BOOL PfnCertStoreProvControl(
  [in, out]      HCERTSTOREPROV hStoreProv,
  [in]           DWORD dwFlags,
  [in]           DWORD dwCtrlType,
  [in, optional] void const *pvCtrlPara
)
{...}

매개 변수

[in, out] hStoreProv

CertControlStore 호출에서 전달된 인증서 저장소에 대한 HCERTSTOREPROV 핸들입니다.

[in] dwFlags

CertControlStore 호출에서 전달됩니다.

[in] dwCtrlType

수행할 제어 작업입니다. CertControlStore 호출에서 전달됩니다.

[in, optional] pvCtrlPara

구조와 콘텐츠가 dwFlagsdwCtrlType 값에 의해 결정되는 버퍼에 대한 포인터입니다. CertControlStore 호출에서 전달됩니다.

반환 값

함수가 성공하면 TRUE 를 반환하고 실패하면 FALSE 를 반환합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2003 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 wincrypt.h