Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 2.59 KB

nf-storport-storportwriteregisterbufferulong.md

File metadata and controls

71 lines (56 loc) · 2.59 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:storport.StorPortWriteRegisterBufferUlong
StorPortWriteRegisterBufferUlong macro (storport.h)
The StorPortWriteRegisterBufferUlong routine transfers a given number of ULONG values from a buffer to the HBA.
storage\storportwriteregisterbufferulong.htm
storage
03/29/2018
StorPortWriteRegisterBufferUlong macro
StorPortWriteRegisterBufferUlong, StorPortWriteRegisterBufferUlong routine [Storage Devices], storage.storportwriteregisterbufferulong, storport/StorPortWriteRegisterBufferUlong, storprt_f43e38af-b5f2-4727-990c-dc0cb79bbc09.xml
storport.h
Storport.h
Universal
Storport.lib
Windows
StorPortWriteRegisterBufferUlong
storport/StorPortWriteRegisterBufferUlong
APIRef
kbSyntax
LibDef
Storport.lib
Storport.dll
StorPortWriteRegisterBufferUlong

StorPortWriteRegisterBufferUlong macro

-description

The StorPortWriteRegisterBufferUlong routine transfers a given number of ULONG values from a buffer to the HBA.

-parameters

-param h

A pointer to the hardware device extension. This is a per HBA storage area that the port driver allocates and initializes on behalf of the miniport driver. Miniport drivers usually store HBA-specific information in this extension, such as the state of the HBA and the mapped access ranges for the HBA. This area is available to the miniport driver immediately after the miniport driver calls StorPortInitialize. The port driver frees this memory when it removes the device.

-param r

Pointer to the register. The given Register must be in a mapped memory space range that was returned by StorPortGetDeviceBase.

-param b

Pointer to a buffer containing the data to be written.

-param c

Specifies the number of ULONG values to be transferred to the HBA.

-see-also

StorPortWriteRegisterBufferUlong