Share via


NdisMCompleteBufferPhysicalMapping (Windows CE 5.0)

Send Feedback

This function flushes any data remaining in a busmaster NIC's internal cache at the end of a transfer set up by NdisMStartBufferPhysicalMapping.

VOID NdisMCompleteBufferPhysicalMapping(NDIS_HANDLEMiniportAdapterHandle,PNDIS_BUFFER Buffer,ULONG PhysicalMapRegister);

Parameters

  • MiniportAdapterHandle
    [in] Specifies the handle input to MiniportInitialize.
  • Buffer
    [in] Pointer to the buffer descriptor for a shared memory buffer previously mapped with NdisMStartBufferPhysicalMapping.
  • PhysicalMapRegister
    [in] Specifies the index of the map register used. This value is identical to the PhysicalMapRegister index passed with the descriptor at Buffer in the preceding call to NdisMStartBufferPhysicalMapping.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.dll.

See Also

NdisMAllocateMapRegisters | NdisMAllocateSharedMemory | NdisMStartBufferPhysicalMapping

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.