Win32 API 日本語リファレンス
ホームSecurity.Cryptography › PFN_CARD_CHANGE_AUTHENTICATOR

PFN_CARD_CHANGE_AUTHENTICATOR

コールバック

シグネチャ

DWORD PFN_CARD_CHANGE_AUTHENTICATOR(
    CARD_DATA* pCardData,
    LPWSTR pwszUserId,
    BYTE* pbCurrentAuthenticator,
    DWORD cbCurrentAuthenticator,
    BYTE* pbNewAuthenticator,
    DWORD cbNewAuthenticator,
    DWORD cRetryCount,
    DWORD dwFlags,
    DWORD* pcAttemptsRemaining
);

パラメーター

フィールド
pCardDataCARD_DATA*
pwszUserIdLPWSTR
pbCurrentAuthenticatorBYTE*
cbCurrentAuthenticatorDWORD
pbNewAuthenticatorBYTE*
cbNewAuthenticatorDWORD
cRetryCountDWORD
dwFlagsDWORD
pcAttemptsRemainingDWORD*