#ifndef _NTIOAPI_H // IOCTL_MOUNTMGR_SET_AUTO_MOUNT typedef struct _MOUNTMGR_SET_AUTO_MOUNT { MOUNTMGR_AUTO_MOUNT_STATE NewState; } MOUNTMGR_SET_AUTO_MOUNT, *PMOUNTMGR_SET_AUTO_MOUNT; #endif View code on GitHub
No description available.