用戶端應用程式回呼函式
Windows 生物特徵辨識架構支援兩種類型的回呼簽章。 從Windows 8開始,支援下列回呼。 建議您為所有新的應用程式實作此回呼。 不過,此回呼無法在 Windows 7 中使用。
回呼 | Description |
---|---|
PWINBIO_ASYNC_COMPLETION_CALLBACK |
通知用戶端應用程式使用 WinBioAsyncOpenSession 或 WinBioAsyncOpenFramework 啟動的非同步作業已完成。 |
Windows 7 中引進了下列回呼函式。 建議您不要針對以Windows 8和更新版本的作業系統為目標的新應用程式實作它們。
回呼 | Description |
---|---|
PWINBIO_CAPTURE_CALLBACK |
從非同步 WinBioCaptureSampleWithCallback 函式傳回結果。 |
PWINBIO_ENROLL_CAPTURE_CALLBACK |
從非同步 WinBioEnrollCaptureWithCallback 函式傳回結果。 |
PWINBIO_EVENT_CALLBACK |
從非同步 WinBioRegisterEventMonitor 函式傳回結果。 |
PWINBIO_IDENTIFY_CALLBACK |
從非同步 WinBioIdentifyWithCallback 函式傳回結果。 |
PWINBIO_LOCATE_SENSOR_CALLBACK |
從非同步 WinBioLocateSensorWithCallback 函式傳回結果。 |
PWINBIO_VERIFY_CALLBACK |
從非同步 WinBioVerifyWithCallback 函式傳回結果。 |