PDEVICE_OBJECT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTEXAPI_H

typedef struct _DEVICE_OBJECT *PDEVICE_OBJECT;

#endif

View code on GitHub

This structure is documented in Windows Driver Kit.