---
title: BioRegisterInterceptorWrite
description: "注册劫持写接口。"
url: https://www.hikunpeng.com/document/detail/zh/boostsds/BoostIO/kunpengboostIO_025.html
sourcePath: /source/zh/boostsds/BoostIO/kunpengboostIO_025.html
indexId: 93220a81ee457f74465d1167a4970e0caeec56f7c8357f4fd96d79a4f6a23e0951
---
# BioRegisterInterceptorWrite

#### 函数定义

注册劫持写接口。


#### 实现方法

void BioRegisterInterceptorWrite(WriteHook wh)


#### 参数说明


**表1 参数说明**

| 参数名 | 数据类型 | 参数类型 | 描述 |
| --- | --- | --- | --- |
| wh | WriteHook | 入参 | 写钩子函数。 |


#### 返回值

无返回值。
