---
title: BioRegisterInterceptorRead
description: "注册拦截读接口。"
url: https://www.hikunpeng.com/document/detail/zh/boostsds/BoostIO/kunpengboostIO_024.html
sourcePath: /source/zh/boostsds/BoostIO/kunpengboostIO_024.html
indexId: 178e6736e10558fa3b2e15cb14f1bcb3c0ec5a51d5e6c2c979e97efd5d3eff1451
---
# BioRegisterInterceptorRead

#### 函数定义

注册拦截读接口。


#### 实现方法

void BioRegisterInterceptorRead(ReadHook rh)


#### 参数说明


**表1 参数说明**

| 参数名 | 数据类型 | 参数类型 | 描述 |
| --- | --- | --- | --- |
| rh | ReadHook | 入参 | 读钩子函数。 |


#### 返回值

无返回值。
