NdisGetDeviceReservedExtension - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

PVOID NdisGetDeviceReservedExtension(
  [in] PDEVICE_OBJECT DeviceObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ndis-ndisgetdevicereservedextension)

NdisGetDeviceReservedExtension function

Description

The NdisGetDeviceReservedExtension function gets a pointer to the device extension that is associated with a device object.

Parameters

DeviceObject [in]

A pointer to a DEVICE_OBJECT structure.

Return value

NdisGetDeviceReservedExtension returns a pointer to the device extension. If an error occurs, it returns NULL.

See also

DEVICE_OBJECT