存储适配器包装器

以下包装函数在 Winbio_adapter.h 中定义。 可以使用它们来调用存储适配器上的函数。

函数 说明
WbioStorageActivate
调用 StorageAdapterActivate 函数。
从 Windows 10 开始支持此包装函数。
WbioStorageAddRecord
调用 StorageAdapterAddRecord 函数。
WbioStorageAttach
调用 StorageAdapterAttach 函数。
WbioStorageClearContext
调用 StorageAdapterClearContext 函数。
WbioStorageCloseDatabase
调用 StorageAdapterCloseDatabase 函数。
WbioStorageControlUnit
调用 StorageAdapterControlUnit 函数。
WbioStorageControlUnitPrivileged
调用 StorageAdapterControlUnitPrivileged 函数。
WbioStorageCreateDatabase
调用 StorageAdapterCreateDatabase 函数。
WbioStorageDeactivate
调用 StorageAdapterDeactivate 函数。
从 Windows 10 开始支持此包装函数。
WbioStorageDeleteRecord
调用 StorageAdapterDeleteRecord 函数。
WbioStorageDetach
调用 StorageAdapterDetach 函数。
WbioStorageEraseDatabase
调用 StorageAdapterEraseDatabase 函数。
WbioStorageFirstRecord
调用 StorageAdapterFirstRecord 函数。
WbioStorageGetCurrentRecord
调用 StorageAdapterGetCurrentRecord 函数。
WbioStorageGetDatabaseSize
调用 StorageAdapterGetDatabaseSize 函数。
WbioStorageGetDataFormat
调用 StorageAdapterGetDataFormat 函数。
WbioStorageGetRecordCount
调用 StorageAdapterGetRecordCount 函数。
WbioStorageNextRecord
调用 StorageAdapterNextRecord 函数。
WbioStorageNotifyPowerChange
调用 StorageAdapterNotifyPowerChange 函数。
从 Windows 8 开始支持此包装函数。
WbioStorageOpenDatabase
调用 StorageAdapterOpenDatabase 函数。
WbioStoragePipelineCleanup
调用 StorageAdapterPipelineCleanup 函数。
从 Windows 10 开始支持此包装函数。
WbioStoragePipelineInit
调用 StorageAdapterPipelineInit 函数。
从 Windows 10 开始支持此包装函数。
WbioStorageQueryByContent
调用 StorageAdapterQueryByContent 函数。
WbioStorageQueryBySubject
调用 StorageAdapterQueryBySubject 函数。
WbioStorageQueryExtendedInfo
调用 StorageAdapterQueryExtendedInfo 函数。
从 Windows 10 开始支持此包装函数。

存储适配器函数

插件函数