#ifndef _NTIOAPI_H typedef struct _FILE_IS_REMOTE_DEVICE_INFORMATION { BOOLEAN IsRemote; } FILE_IS_REMOTE_DEVICE_INFORMATION, *PFILE_IS_REMOTE_DEVICE_INFORMATION; #endif View code on GitHub
This structure is documented in Windows Driver Kit.