if ((ErrCde = DRV_FAIIntScanStart(DriverHandle,
(LPT_FAIIntScanStart)&ptFAIIntScanStart)) != 0)
    {
      DRV_GetErrorMessage(ErrCde,(LPSTR)szErrMsg);
      AfxMessageBox((LPCSTR)szErrMsg,MB_OK);  //这里出现resourse conflict
      GlobalUnlock(hBuf);
      GlobalUnlock(hUserBuf);
      GlobalFree(hBuf);
  GlobalFree(hUserBuf);
  return;
}